]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/randoms.decTest
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / decimaltestdata / randoms.decTest
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/randoms.decTest b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/randoms.decTest
deleted file mode 100644 (file)
index f56630f..0000000
+++ /dev/null
@@ -1,4030 +0,0 @@
-------------------------------------------------------------------------\r
--- randoms.decTest -- decimal random testcases                        --\r
--- Copyright (c) IBM Corporation, 1981, 2008.  All rights reserved.   --\r
-------------------------------------------------------------------------\r
--- Please see the document "General Decimal Arithmetic Testcases"     --\r
--- at http://www2.hursley.ibm.com/decimal for the description of      --\r
--- these testcases.                                                   --\r
---                                                                    --\r
--- These testcases are experimental ('beta' versions), and they       --\r
--- may contain errors.  They are offered on an as-is basis.  In       --\r
--- particular, achieving the same results as the tests here is not    --\r
--- a guarantee that an implementation complies with any Standard      --\r
--- or specification.  The tests are not exhaustive.                   --\r
---                                                                    --\r
--- Please send comments, suggestions, and corrections to the author:  --\r
---   Mike Cowlishaw, IBM Fellow                                       --\r
---   IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK         --\r
---   mfc@uk.ibm.com                                                   --\r
-------------------------------------------------------------------------\r
-version: 2.59\r
-\r
-extended:    1\r
-maxexponent: 999999999\r
-minexponent: -999999999\r
-precision:   9\r
-rounding:    half_up\r
-\r
--- Randomly generated testcases [31 Dec 2000, with results defined for\r
--- all cases [27 Oct 2001], and no trim/finish [9 Jun 2002]\r
-xadd001 add 905.67402 -202896611.E-780472620 -> 905.674020 Inexact Rounded\r
-xcom001 compare 905.67402 -202896611.E-780472620 -> 1\r
-xdiv001 divide 905.67402 -202896611.E-780472620 -> -4.46372177E+780472614 Inexact Rounded\r
-xdvi001 divideint 905.67402 -202896611.E-780472620 -> NaN Division_impossible\r
-xmul001 multiply 905.67402 -202896611.E-780472620 -> -1.83758189E-780472609 Inexact Rounded\r
-xpow001 power 905.67402 -2 -> 0.00000121914730 Inexact Rounded\r
-xrem001 remainder 905.67402 -202896611.E-780472620 -> NaN Division_impossible\r
-xsub001 subtract 905.67402 -202896611.E-780472620 -> 905.674020 Inexact Rounded\r
-xadd002 add 3915134.7 -597164907. -> -593249772 Inexact Rounded\r
-xcom002 compare 3915134.7 -597164907. -> 1\r
-xdiv002 divide 3915134.7 -597164907. -> -0.00655620358 Inexact Rounded\r
-xdvi002 divideint 3915134.7 -597164907. -> -0\r
-xmul002 multiply 3915134.7 -597164907. -> -2.33798105E+15 Inexact Rounded\r
-xpow002 power 3915134.7 -597164907 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem002 remainder 3915134.7 -597164907. -> 3915134.7\r
-xsub002 subtract 3915134.7 -597164907. -> 601080042 Inexact Rounded\r
-xadd003 add 309759261 62663.487 -> 309821924 Inexact Rounded\r
-xcom003 compare 309759261 62663.487 -> 1\r
-xdiv003 divide 309759261 62663.487 -> 4943.21775 Inexact Rounded\r
-xdvi003 divideint 309759261 62663.487 -> 4943\r
-xmul003 multiply 309759261 62663.487 -> 1.94105954E+13 Inexact Rounded\r
-xpow003 power 309759261 62663 -> 1.13679199E+532073 Inexact Rounded\r
-xrem003 remainder 309759261 62663.487 -> 13644.759\r
-xsub003 subtract 309759261 62663.487 -> 309696598 Inexact Rounded\r
-xadd004 add 3.93591888E-236595626 7242375.00 -> 7242375.00 Inexact Rounded\r
-xcom004 compare 3.93591888E-236595626 7242375.00 -> -1\r
-xdiv004 divide 3.93591888E-236595626 7242375.00 -> 5.43456930E-236595633 Inexact Rounded\r
-xdvi004 divideint 3.93591888E-236595626 7242375.00 -> 0\r
-xmul004 multiply 3.93591888E-236595626 7242375.00 -> 2.85054005E-236595619 Inexact Rounded\r
-xpow004 power 3.93591888E-236595626 7242375 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem004 remainder 3.93591888E-236595626 7242375.00 -> 3.93591888E-236595626\r
-xsub004 subtract 3.93591888E-236595626 7242375.00 -> -7242375.00 Inexact Rounded\r
-xadd005 add 323902.714 -608669.607E-657060568 -> 323902.714 Inexact Rounded\r
-xcom005 compare 323902.714 -608669.607E-657060568 -> 1\r
-xdiv005 divide 323902.714 -608669.607E-657060568 -> -5.32148657E+657060567 Inexact Rounded\r
-xdvi005 divideint 323902.714 -608669.607E-657060568 -> NaN Division_impossible\r
-xmul005 multiply 323902.714 -608669.607E-657060568 -> -1.97149738E-657060557 Inexact Rounded\r
-xpow005 power 323902.714 -6 -> 8.65989204E-34 Inexact Rounded\r
-xrem005 remainder 323902.714 -608669.607E-657060568 -> NaN Division_impossible\r
-xsub005 subtract 323902.714 -608669.607E-657060568 -> 323902.714 Inexact Rounded\r
-xadd006 add 5.11970092 -8807.22036 -> -8802.10066 Inexact Rounded\r
-xcom006 compare 5.11970092 -8807.22036 -> 1\r
-xdiv006 divide 5.11970092 -8807.22036 -> -0.000581307236 Inexact Rounded\r
-xdvi006 divideint 5.11970092 -8807.22036 -> -0\r
-xmul006 multiply 5.11970092 -8807.22036 -> -45090.3342 Inexact Rounded\r
-xpow006 power 5.11970092 -8807 -> 4.81819262E-6247 Inexact Rounded\r
-xrem006 remainder 5.11970092 -8807.22036 -> 5.11970092\r
-xsub006 subtract 5.11970092 -8807.22036 -> 8812.34006 Inexact Rounded\r
-xadd007 add -7.99874516 4561.83758 -> 4553.83883 Inexact Rounded\r
-xcom007 compare -7.99874516 4561.83758 -> -1\r
-xdiv007 divide -7.99874516 4561.83758 -> -0.00175340420 Inexact Rounded\r
-xdvi007 divideint -7.99874516 4561.83758 -> -0\r
-xmul007 multiply -7.99874516 4561.83758 -> -36488.9763 Inexact Rounded\r
-xpow007 power -7.99874516 4562 -> 3.85236199E+4119 Inexact Rounded\r
-xrem007 remainder -7.99874516 4561.83758 -> -7.99874516\r
-xsub007 subtract -7.99874516 4561.83758 -> -4569.83633 Inexact Rounded\r
-xadd008 add 297802878 -927206.324 -> 296875672 Inexact Rounded\r
-xcom008 compare 297802878 -927206.324 -> 1\r
-xdiv008 divide 297802878 -927206.324 -> -321.182967 Inexact Rounded\r
-xdvi008 divideint 297802878 -927206.324 -> -321\r
-xmul008 multiply 297802878 -927206.324 -> -2.76124712E+14 Inexact Rounded\r
-xpow008 power 297802878 -927206 -> 1.94602810E-7857078 Inexact Rounded\r
-xrem008 remainder 297802878 -927206.324 -> 169647.996\r
-xsub008 subtract 297802878 -927206.324 -> 298730084 Inexact Rounded\r
-xadd009 add -766.651824 31300.3619 -> 30533.7101 Inexact Rounded\r
-xcom009 compare -766.651824 31300.3619 -> -1\r
-xdiv009 divide -766.651824 31300.3619 -> -0.0244933853 Inexact Rounded\r
-xdvi009 divideint -766.651824 31300.3619 -> -0\r
-xmul009 multiply -766.651824 31300.3619 -> -23996479.5 Inexact Rounded\r
-xpow009 power -766.651824 31300 -> 8.37189011E+90287 Inexact Rounded\r
-xrem009 remainder -766.651824 31300.3619 -> -766.651824\r
-xsub009 subtract -766.651824 31300.3619 -> -32067.0137 Inexact Rounded\r
-xadd010 add -56746.8689E+934981942 471002521. -> -5.67468689E+934981946 Inexact Rounded\r
-xcom010 compare -56746.8689E+934981942 471002521. -> -1\r
-xdiv010 divide -56746.8689E+934981942 471002521. -> -1.20481030E+934981938 Inexact Rounded\r
-xdvi010 divideint -56746.8689E+934981942 471002521. -> NaN Division_impossible\r
-xmul010 multiply -56746.8689E+934981942 471002521. -> -2.67279183E+934981955 Inexact Rounded\r
-xpow010 power -56746.8689E+934981942 471002521 -> -Infinity Overflow Inexact Rounded\r
-xrem010 remainder -56746.8689E+934981942 471002521. -> NaN Division_impossible\r
-xsub010 subtract -56746.8689E+934981942 471002521. -> -5.67468689E+934981946 Inexact Rounded\r
-xadd011 add 456417160 -41346.1024 -> 456375814 Inexact Rounded\r
-xcom011 compare 456417160 -41346.1024 -> 1\r
-xdiv011 divide 456417160 -41346.1024 -> -11038.9404 Inexact Rounded\r
-xdvi011 divideint 456417160 -41346.1024 -> -11038\r
-xmul011 multiply 456417160 -41346.1024 -> -1.88710706E+13 Inexact Rounded\r
-xpow011 power 456417160 -41346 -> 1.04766863E-358030 Inexact Rounded\r
-xrem011 remainder 456417160 -41346.1024 -> 38881.7088\r
-xsub011 subtract 456417160 -41346.1024 -> 456458506 Inexact Rounded\r
-xadd012 add 102895.722 -2.62214826 -> 102893.100 Inexact Rounded\r
-xcom012 compare 102895.722 -2.62214826 -> 1\r
-xdiv012 divide 102895.722 -2.62214826 -> -39241.0008 Inexact Rounded\r
-xdvi012 divideint 102895.722 -2.62214826 -> -39241\r
-xmul012 multiply 102895.722 -2.62214826 -> -269807.838 Inexact Rounded\r
-xpow012 power 102895.722 -3 -> 9.17926786E-16 Inexact Rounded\r
-xrem012 remainder 102895.722 -2.62214826 -> 0.00212934\r
-xsub012 subtract 102895.722 -2.62214826 -> 102898.344 Inexact Rounded\r
-xadd013 add 61.3033331E+157644141 -567740.918E-893439456 -> 6.13033331E+157644142 Inexact Rounded\r
-xcom013 compare 61.3033331E+157644141 -567740.918E-893439456 -> 1\r
-xdiv013 divide 61.3033331E+157644141 -567740.918E-893439456 -> -Infinity Inexact Overflow Rounded\r
-xdvi013 divideint 61.3033331E+157644141 -567740.918E-893439456 -> NaN Division_impossible\r
-xmul013 multiply 61.3033331E+157644141 -567740.918E-893439456 -> -3.48044106E-735795308 Inexact Rounded\r
-xpow013 power 61.3033331E+157644141 -6 -> 1.88406322E-945864857 Inexact Rounded\r
-xrem013 remainder 61.3033331E+157644141 -567740.918E-893439456 -> NaN Division_impossible\r
-xsub013 subtract 61.3033331E+157644141 -567740.918E-893439456 -> 6.13033331E+157644142 Inexact Rounded\r
-xadd014 add 80223.3897 73921.0383E-467772675 -> 80223.3897 Inexact Rounded\r
-xcom014 compare 80223.3897 73921.0383E-467772675 -> 1\r
-xdiv014 divide 80223.3897 73921.0383E-467772675 -> 1.08525789E+467772675 Inexact Rounded\r
-xdvi014 divideint 80223.3897 73921.0383E-467772675 -> NaN Division_impossible\r
-xmul014 multiply 80223.3897 73921.0383E-467772675 -> 5.93019626E-467772666 Inexact Rounded\r
-xpow014 power 80223.3897 7 -> 2.13848919E+34 Inexact Rounded\r
-xrem014 remainder 80223.3897 73921.0383E-467772675 -> NaN Division_impossible\r
-xsub014 subtract 80223.3897 73921.0383E-467772675 -> 80223.3897 Inexact Rounded\r
-xadd015 add -654645.954 -9.12535752 -> -654655.079 Inexact Rounded\r
-xcom015 compare -654645.954 -9.12535752 -> -1\r
-xdiv015 divide -654645.954 -9.12535752 -> 71739.2116 Inexact Rounded\r
-xdvi015 divideint -654645.954 -9.12535752 -> 71739\r
-xmul015 multiply -654645.954 -9.12535752 -> 5973878.38 Inexact Rounded\r
-xpow015 power -654645.954 -9 -> -4.52836690E-53 Inexact Rounded\r
-xrem015 remainder -654645.954 -9.12535752 -> -1.93087272\r
-xsub015 subtract -654645.954 -9.12535752 -> -654636.829 Inexact Rounded\r
-xadd016 add 63.1917772E-706014634 -7.56253257E-138579234 -> -7.56253257E-138579234 Inexact Rounded\r
-xcom016 compare 63.1917772E-706014634 -7.56253257E-138579234 -> 1\r
-xdiv016 divide 63.1917772E-706014634 -7.56253257E-138579234 -> -8.35590149E-567435400 Inexact Rounded\r
-xdvi016 divideint 63.1917772E-706014634 -7.56253257E-138579234 -> -0\r
-xmul016 multiply 63.1917772E-706014634 -7.56253257E-138579234 -> -4.77889873E-844593866 Inexact Rounded\r
-xpow016 power 63.1917772E-706014634 -8 -> Infinity Overflow Inexact Rounded\r
-xrem016 remainder 63.1917772E-706014634 -7.56253257E-138579234 -> 6.31917772E-706014633\r
-xsub016 subtract 63.1917772E-706014634 -7.56253257E-138579234 -> 7.56253257E-138579234 Inexact Rounded\r
-xadd017 add -39674.7190 2490607.78 -> 2450933.06 Inexact Rounded\r
-xcom017 compare -39674.7190 2490607.78 -> -1\r
-xdiv017 divide -39674.7190 2490607.78 -> -0.0159297338 Inexact Rounded\r
-xdvi017 divideint -39674.7190 2490607.78 -> -0\r
-xmul017 multiply -39674.7190 2490607.78 -> -9.88141638E+10 Inexact Rounded\r
-xpow017 power -39674.7190 2490608 -> 2.55032329E+11453095 Inexact Rounded\r
-xrem017 remainder -39674.7190 2490607.78 -> -39674.7190\r
-xsub017 subtract -39674.7190 2490607.78 -> -2530282.50 Inexact Rounded\r
-xadd018 add -3364.59737E-600363681 896487.451 -> 896487.451 Inexact Rounded\r
-xcom018 compare -3364.59737E-600363681 896487.451 -> -1\r
-xdiv018 divide -3364.59737E-600363681 896487.451 -> -3.75308920E-600363684 Inexact Rounded\r
-xdvi018 divideint -3364.59737E-600363681 896487.451 -> -0\r
-xmul018 multiply -3364.59737E-600363681 896487.451 -> -3.01631932E-600363672 Inexact Rounded\r
-xpow018 power -3364.59737E-600363681 896487 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem018 remainder -3364.59737E-600363681 896487.451 -> -3.36459737E-600363678\r
-xsub018 subtract -3364.59737E-600363681 896487.451 -> -896487.451 Inexact Rounded\r
-xadd019 add -64138.0578 31759011.3E+697488342 -> 3.17590113E+697488349 Inexact Rounded\r
-xcom019 compare -64138.0578 31759011.3E+697488342 -> -1\r
-xdiv019 divide -64138.0578 31759011.3E+697488342 -> -2.01952313E-697488345 Inexact Rounded\r
-xdvi019 divideint -64138.0578 31759011.3E+697488342 -> -0\r
-xmul019 multiply -64138.0578 31759011.3E+697488342 -> -2.03696130E+697488354 Inexact Rounded\r
-xpow019 power -64138.0578 3 -> -2.63844116E+14 Inexact Rounded\r
-xrem019 remainder -64138.0578 31759011.3E+697488342 -> -64138.0578\r
-xsub019 subtract -64138.0578 31759011.3E+697488342 -> -3.17590113E+697488349 Inexact Rounded\r
-xadd020 add 61399.8527 -64344484.5 -> -64283084.6 Inexact Rounded\r
-xcom020 compare 61399.8527 -64344484.5 -> 1\r
-xdiv020 divide 61399.8527 -64344484.5 -> -0.000954236454 Inexact Rounded\r
-xdvi020 divideint 61399.8527 -64344484.5 -> -0\r
-xmul020 multiply 61399.8527 -64344484.5 -> -3.95074187E+12 Inexact Rounded\r
-xpow020 power 61399.8527 -64344485 -> 1.27378842E-308092161 Inexact Rounded\r
-xrem020 remainder 61399.8527 -64344484.5 -> 61399.8527\r
-xsub020 subtract 61399.8527 -64344484.5 -> 64405884.4 Inexact Rounded\r
-xadd021 add -722960.204 -26154599.8 -> -26877560.0 Inexact Rounded\r
-xcom021 compare -722960.204 -26154599.8 -> 1\r
-xdiv021 divide -722960.204 -26154599.8 -> 0.0276417995 Inexact Rounded\r
-xdvi021 divideint -722960.204 -26154599.8 -> 0\r
-xmul021 multiply -722960.204 -26154599.8 -> 1.89087348E+13 Inexact Rounded\r
-xpow021 power -722960.204 -26154600 -> 5.34236139E-153242794 Inexact Rounded\r
-xrem021 remainder -722960.204 -26154599.8 -> -722960.204\r
-xsub021 subtract -722960.204 -26154599.8 -> 25431639.6 Inexact Rounded\r
-xadd022 add 9.47109959E+230565093 73354723.2 -> 9.47109959E+230565093 Inexact Rounded\r
-xcom022 compare 9.47109959E+230565093 73354723.2 -> 1\r
-xdiv022 divide 9.47109959E+230565093 73354723.2 -> 1.29113698E+230565086 Inexact Rounded\r
-xdvi022 divideint 9.47109959E+230565093 73354723.2 -> NaN Division_impossible\r
-xmul022 multiply 9.47109959E+230565093 73354723.2 -> 6.94749889E+230565101 Inexact Rounded\r
-xpow022 power 9.47109959E+230565093 73354723 -> Infinity Overflow Inexact Rounded\r
-xrem022 remainder 9.47109959E+230565093 73354723.2 -> NaN Division_impossible\r
-xsub022 subtract 9.47109959E+230565093 73354723.2 -> 9.47109959E+230565093 Inexact Rounded\r
-xadd023 add 43.7456245 547441956. -> 547442000 Inexact Rounded\r
-xcom023 compare 43.7456245 547441956. -> -1\r
-xdiv023 divide 43.7456245 547441956. -> 7.99091557E-8 Inexact Rounded\r
-xdvi023 divideint 43.7456245 547441956. -> 0\r
-xmul023 multiply 43.7456245 547441956. -> 2.39481902E+10 Inexact Rounded\r
-xpow023 power 43.7456245 547441956 -> 2.91742391E+898316458 Inexact Rounded\r
-xrem023 remainder 43.7456245 547441956. -> 43.7456245\r
-xsub023 subtract 43.7456245 547441956. -> -547441912 Inexact Rounded\r
-xadd024 add -73150542E-242017390 -8.15869954 -> -8.15869954 Inexact Rounded\r
-xcom024 compare -73150542E-242017390 -8.15869954 -> 1\r
-xdiv024 divide -73150542E-242017390 -8.15869954 -> 8.96595611E-242017384 Inexact Rounded\r
-xdvi024 divideint -73150542E-242017390 -8.15869954 -> 0\r
-xmul024 multiply -73150542E-242017390 -8.15869954 -> 5.96813293E-242017382 Inexact Rounded\r
-xpow024 power -73150542E-242017390 -8 -> Infinity Overflow Inexact Rounded\r
-xrem024 remainder -73150542E-242017390 -8.15869954 -> -7.3150542E-242017383\r
-xsub024 subtract -73150542E-242017390 -8.15869954 -> 8.15869954 Inexact Rounded\r
-xadd025 add 2015.62109E+299897596 -11788916.1 -> 2.01562109E+299897599 Inexact Rounded\r
-xcom025 compare 2015.62109E+299897596 -11788916.1 -> 1\r
-xdiv025 divide 2015.62109E+299897596 -11788916.1 -> -1.70975947E+299897592 Inexact Rounded\r
-xdvi025 divideint 2015.62109E+299897596 -11788916.1 -> NaN Division_impossible\r
-xmul025 multiply 2015.62109E+299897596 -11788916.1 -> -2.37619879E+299897606 Inexact Rounded\r
-xpow025 power 2015.62109E+299897596 -11788916 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem025 remainder 2015.62109E+299897596 -11788916.1 -> NaN Division_impossible\r
-xsub025 subtract 2015.62109E+299897596 -11788916.1 -> 2.01562109E+299897599 Inexact Rounded\r
-xadd026 add 29.498114 -26486451 -> -26486421.5 Inexact Rounded\r
-xcom026 compare 29.498114 -26486451 -> 1\r
-xdiv026 divide 29.498114 -26486451 -> -0.00000111370580 Inexact Rounded\r
-xdvi026 divideint 29.498114 -26486451 -> -0\r
-xmul026 multiply 29.498114 -26486451 -> -781300351 Inexact Rounded\r
-xpow026 power 29.498114 -26486451 -> 4.22252513E-38929634 Inexact Rounded\r
-xrem026 remainder 29.498114 -26486451 -> 29.498114\r
-xsub026 subtract 29.498114 -26486451 -> 26486480.5 Inexact Rounded\r
-xadd027 add 244375043.E+130840878 -9.44522029 -> 2.44375043E+130840886 Inexact Rounded\r
-xcom027 compare 244375043.E+130840878 -9.44522029 -> 1\r
-xdiv027 divide 244375043.E+130840878 -9.44522029 -> -2.58728791E+130840885 Inexact Rounded\r
-xdvi027 divideint 244375043.E+130840878 -9.44522029 -> NaN Division_impossible\r
-xmul027 multiply 244375043.E+130840878 -9.44522029 -> -2.30817611E+130840887 Inexact Rounded\r
-xpow027 power 244375043.E+130840878 -9 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem027 remainder 244375043.E+130840878 -9.44522029 -> NaN Division_impossible\r
-xsub027 subtract 244375043.E+130840878 -9.44522029 -> 2.44375043E+130840886 Inexact Rounded\r
-xadd028 add -349388.759 -196215.776 -> -545604.535\r
-xcom028 compare -349388.759 -196215.776 -> -1\r
-xdiv028 divide -349388.759 -196215.776 -> 1.78063541 Inexact Rounded\r
-xdvi028 divideint -349388.759 -196215.776 -> 1\r
-xmul028 multiply -349388.759 -196215.776 -> 6.85555865E+10 Inexact Rounded\r
-xpow028 power -349388.759 -196216 -> 1.24551752E-1087686 Inexact Rounded\r
-xrem028 remainder -349388.759 -196215.776 -> -153172.983\r
-xsub028 subtract -349388.759 -196215.776 -> -153172.983\r
-xadd029 add -70905112.4 -91353968.8 -> -162259081 Inexact Rounded\r
-xcom029 compare -70905112.4 -91353968.8 -> 1\r
-xdiv029 divide -70905112.4 -91353968.8 -> 0.776157986 Inexact Rounded\r
-xdvi029 divideint -70905112.4 -91353968.8 -> 0\r
-xmul029 multiply -70905112.4 -91353968.8 -> 6.47746343E+15 Inexact Rounded\r
-xpow029 power -70905112.4 -91353969 -> -3.05944741E-717190554 Inexact Rounded\r
-xrem029 remainder -70905112.4 -91353968.8 -> -70905112.4\r
-xsub029 subtract -70905112.4 -91353968.8 -> 20448856.4\r
-xadd030 add -225094.28 -88.7723542 -> -225183.052 Inexact Rounded\r
-xcom030 compare -225094.28 -88.7723542 -> -1\r
-xdiv030 divide -225094.28 -88.7723542 -> 2535.63491 Inexact Rounded\r
-xdvi030 divideint -225094.28 -88.7723542 -> 2535\r
-xmul030 multiply -225094.28 -88.7723542 -> 19982149.2 Inexact Rounded\r
-xpow030 power -225094.28 -89 -> -4.36076965E-477 Inexact Rounded\r
-xrem030 remainder -225094.28 -88.7723542 -> -56.3621030\r
-xsub030 subtract -225094.28 -88.7723542 -> -225005.508 Inexact Rounded\r
-xadd031 add 50.4442340 82.7952169E+880120759 -> 8.27952169E+880120760 Inexact Rounded\r
-xcom031 compare 50.4442340 82.7952169E+880120759 -> -1\r
-xdiv031 divide 50.4442340 82.7952169E+880120759 -> 6.09265075E-880120760 Inexact Rounded\r
-xdvi031 divideint 50.4442340 82.7952169E+880120759 -> 0\r
-xmul031 multiply 50.4442340 82.7952169E+880120759 -> 4.17654130E+880120762 Inexact Rounded\r
-xpow031 power 50.4442340 8 -> 4.19268518E+13 Inexact Rounded\r
-xrem031 remainder 50.4442340 82.7952169E+880120759 -> 50.4442340\r
-xsub031 subtract 50.4442340 82.7952169E+880120759 -> -8.27952169E+880120760 Inexact Rounded\r
-xadd032 add -32311.9037 8.36379449 -> -32303.5399 Inexact Rounded\r
-xcom032 compare -32311.9037 8.36379449 -> -1\r
-xdiv032 divide -32311.9037 8.36379449 -> -3863.30675 Inexact Rounded\r
-xdvi032 divideint -32311.9037 8.36379449 -> -3863\r
-xmul032 multiply -32311.9037 8.36379449 -> -270250.122 Inexact Rounded\r
-xpow032 power -32311.9037 8 -> 1.18822960E+36 Inexact Rounded\r
-xrem032 remainder -32311.9037 8.36379449 -> -2.56558513\r
-xsub032 subtract -32311.9037 8.36379449 -> -32320.2675 Inexact Rounded\r
-xadd033 add 615396156.E+549895291 -29530247.4 -> 6.15396156E+549895299 Inexact Rounded\r
-xcom033 compare 615396156.E+549895291 -29530247.4 -> 1\r
-xdiv033 divide 615396156.E+549895291 -29530247.4 -> -2.08395191E+549895292 Inexact Rounded\r
-xdvi033 divideint 615396156.E+549895291 -29530247.4 -> NaN Division_impossible\r
-xmul033 multiply 615396156.E+549895291 -29530247.4 -> -1.81728007E+549895307 Inexact Rounded\r
-xpow033 power 615396156.E+549895291 -29530247 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem033 remainder 615396156.E+549895291 -29530247.4 -> NaN Division_impossible\r
-xsub033 subtract 615396156.E+549895291 -29530247.4 -> 6.15396156E+549895299 Inexact Rounded\r
-xadd034 add 592.142173E-419941416 -3.46079109E-844011845 -> 5.92142173E-419941414 Inexact Rounded\r
-xcom034 compare 592.142173E-419941416 -3.46079109E-844011845 -> 1\r
-xdiv034 divide 592.142173E-419941416 -3.46079109E-844011845 -> -1.71100236E+424070431 Inexact Rounded\r
-xdvi034 divideint 592.142173E-419941416 -3.46079109E-844011845 -> NaN Division_impossible\r
-xmul034 multiply 592.142173E-419941416 -3.46079109E-844011845 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow034 power 592.142173E-419941416 -3 -> Infinity Overflow Inexact Rounded\r
-xrem034 remainder 592.142173E-419941416 -3.46079109E-844011845 -> NaN Division_impossible\r
-xsub034 subtract 592.142173E-419941416 -3.46079109E-844011845 -> 5.92142173E-419941414 Inexact Rounded\r
-xadd035 add 849.515993E-878446473 -1039.08778 -> -1039.08778 Inexact Rounded\r
-xcom035 compare 849.515993E-878446473 -1039.08778 -> 1\r
-xdiv035 divide 849.515993E-878446473 -1039.08778 -> -8.17559411E-878446474 Inexact Rounded\r
-xdvi035 divideint 849.515993E-878446473 -1039.08778 -> -0\r
-xmul035 multiply 849.515993E-878446473 -1039.08778 -> -8.82721687E-878446468 Inexact Rounded\r
-xpow035 power 849.515993E-878446473 -1039 -> Infinity Overflow Inexact Rounded\r
-xrem035 remainder 849.515993E-878446473 -1039.08778 -> 8.49515993E-878446471\r
-xsub035 subtract 849.515993E-878446473 -1039.08778 -> 1039.08778 Inexact Rounded\r
-xadd036 add 213361789 -599.644851 -> 213361189 Inexact Rounded\r
-xcom036 compare 213361789 -599.644851 -> 1\r
-xdiv036 divide 213361789 -599.644851 -> -355813.593 Inexact Rounded\r
-xdvi036 divideint 213361789 -599.644851 -> -355813\r
-xmul036 multiply 213361789 -599.644851 -> -1.27941298E+11 Inexact Rounded\r
-xpow036 power 213361789 -600 -> 3.38854684E-4998 Inexact Rounded\r
-xrem036 remainder 213361789 -599.644851 -> 355.631137\r
-xsub036 subtract 213361789 -599.644851 -> 213362389 Inexact Rounded\r
-xadd037 add -795522555. -298.037702 -> -795522853 Inexact Rounded\r
-xcom037 compare -795522555. -298.037702 -> -1\r
-xdiv037 divide -795522555. -298.037702 -> 2669201.08 Inexact Rounded\r
-xdvi037 divideint -795522555. -298.037702 -> 2669201\r
-xmul037 multiply -795522555. -298.037702 -> 2.37095714E+11 Inexact Rounded\r
-xpow037 power -795522555. -298 -> 4.03232712E-2653 Inexact Rounded\r
-xrem037 remainder -795522555. -298.037702 -> -22.783898\r
-xsub037 subtract -795522555. -298.037702 -> -795522257 Inexact Rounded\r
-xadd038 add -501260651. -8761893.0E-689281479 -> -501260651 Inexact Rounded\r
-xcom038 compare -501260651. -8761893.0E-689281479 -> -1\r
-xdiv038 divide -501260651. -8761893.0E-689281479 -> 5.72091728E+689281480 Inexact Rounded\r
-xdvi038 divideint -501260651. -8761893.0E-689281479 -> NaN Division_impossible\r
-xmul038 multiply -501260651. -8761893.0E-689281479 -> 4.39199219E-689281464 Inexact Rounded\r
-xpow038 power -501260651. -9 -> -5.00526961E-79 Inexact Rounded\r
-xrem038 remainder -501260651. -8761893.0E-689281479 -> NaN Division_impossible\r
-xsub038 subtract -501260651. -8761893.0E-689281479 -> -501260651 Inexact Rounded\r
-xadd039 add -1.70781105E-848889023 36504769.4 -> 36504769.4 Inexact Rounded\r
-xcom039 compare -1.70781105E-848889023 36504769.4 -> -1\r
-xdiv039 divide -1.70781105E-848889023 36504769.4 -> -4.67832307E-848889031 Inexact Rounded\r
-xdvi039 divideint -1.70781105E-848889023 36504769.4 -> -0\r
-xmul039 multiply -1.70781105E-848889023 36504769.4 -> -6.23432486E-848889016 Inexact Rounded\r
-xpow039 power -1.70781105E-848889023 36504769 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem039 remainder -1.70781105E-848889023 36504769.4 -> -1.70781105E-848889023\r
-xsub039 subtract -1.70781105E-848889023 36504769.4 -> -36504769.4 Inexact Rounded\r
-xadd040 add -5290.54984E-490626676 842535254 -> 842535254 Inexact Rounded\r
-xcom040 compare -5290.54984E-490626676 842535254 -> -1\r
-xdiv040 divide -5290.54984E-490626676 842535254 -> -6.27932162E-490626682 Inexact Rounded\r
-xdvi040 divideint -5290.54984E-490626676 842535254 -> -0\r
-xmul040 multiply -5290.54984E-490626676 842535254 -> -4.45747475E-490626664 Inexact Rounded\r
-xpow040 power -5290.54984E-490626676 842535254 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem040 remainder -5290.54984E-490626676 842535254 -> -5.29054984E-490626673\r
-xsub040 subtract -5290.54984E-490626676 842535254 -> -842535254 Inexact Rounded\r
-xadd041 add 608.31825E+535268120 -59609.0993 -> 6.08318250E+535268122 Inexact Rounded\r
-xcom041 compare 608.31825E+535268120 -59609.0993 -> 1\r
-xdiv041 divide 608.31825E+535268120 -59609.0993 -> -1.02051240E+535268118 Inexact Rounded\r
-xdvi041 divideint 608.31825E+535268120 -59609.0993 -> NaN Division_impossible\r
-xmul041 multiply 608.31825E+535268120 -59609.0993 -> -3.62613030E+535268127 Inexact Rounded\r
-xpow041 power 608.31825E+535268120 -59609 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem041 remainder 608.31825E+535268120 -59609.0993 -> NaN Division_impossible\r
-xsub041 subtract 608.31825E+535268120 -59609.0993 -> 6.08318250E+535268122 Inexact Rounded\r
-xadd042 add -4629035.31 -167.884398 -> -4629203.19 Inexact Rounded\r
-xcom042 compare -4629035.31 -167.884398 -> -1\r
-xdiv042 divide -4629035.31 -167.884398 -> 27572.7546 Inexact Rounded\r
-xdvi042 divideint -4629035.31 -167.884398 -> 27572\r
-xmul042 multiply -4629035.31 -167.884398 -> 777142806 Inexact Rounded\r
-xpow042 power -4629035.31 -168 -> 1.57614831E-1120 Inexact Rounded\r
-xrem042 remainder -4629035.31 -167.884398 -> -126.688344\r
-xsub042 subtract -4629035.31 -167.884398 -> -4628867.43 Inexact Rounded\r
-xadd043 add -66527378. -706400268. -> -772927646\r
-xcom043 compare -66527378. -706400268. -> 1\r
-xdiv043 divide -66527378. -706400268. -> 0.0941780192 Inexact Rounded\r
-xdvi043 divideint -66527378. -706400268. -> 0\r
-xmul043 multiply -66527378. -706400268. -> 4.69949576E+16 Inexact Rounded\r
-xpow043 power -66527378. -706400268 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem043 remainder -66527378. -706400268. -> -66527378\r
-xsub043 subtract -66527378. -706400268. -> 639872890\r
-xadd044 add -2510497.53 372882462. -> 370371964 Inexact Rounded\r
-xcom044 compare -2510497.53 372882462. -> -1\r
-xdiv044 divide -2510497.53 372882462. -> -0.00673267795 Inexact Rounded\r
-xdvi044 divideint -2510497.53 372882462. -> -0\r
-xmul044 multiply -2510497.53 372882462. -> -9.36120500E+14 Inexact Rounded\r
-xpow044 power -2510497.53 372882462 -> Infinity Overflow Inexact Rounded\r
-xrem044 remainder -2510497.53 372882462. -> -2510497.53\r
-xsub044 subtract -2510497.53 372882462. -> -375392960 Inexact Rounded\r
-xadd045 add 136.255393E+53329961 -53494.7201E+720058060 -> -5.34947201E+720058064 Inexact Rounded\r
-xcom045 compare 136.255393E+53329961 -53494.7201E+720058060 -> 1\r
-xdiv045 divide 136.255393E+53329961 -53494.7201E+720058060 -> -2.54708115E-666728102 Inexact Rounded\r
-xdvi045 divideint 136.255393E+53329961 -53494.7201E+720058060 -> -0\r
-xmul045 multiply 136.255393E+53329961 -53494.7201E+720058060 -> -7.28894411E+773388027 Inexact Rounded\r
-xpow045 power 136.255393E+53329961 -5 -> 2.12927373E-266649816 Inexact Rounded\r
-xrem045 remainder 136.255393E+53329961 -53494.7201E+720058060 -> 1.36255393E+53329963\r
-xsub045 subtract 136.255393E+53329961 -53494.7201E+720058060 -> 5.34947201E+720058064 Inexact Rounded\r
-xadd046 add -876673.100 -6150.92266 -> -882824.023 Inexact Rounded\r
-xcom046 compare -876673.100 -6150.92266 -> -1\r
-xdiv046 divide -876673.100 -6150.92266 -> 142.527089 Inexact Rounded\r
-xdvi046 divideint -876673.100 -6150.92266 -> 142\r
-xmul046 multiply -876673.100 -6150.92266 -> 5.39234844E+9 Inexact Rounded\r
-xpow046 power -876673.100 -6151 -> -4.03111774E-36555 Inexact Rounded\r
-xrem046 remainder -876673.100 -6150.92266 -> -3242.08228\r
-xsub046 subtract -876673.100 -6150.92266 -> -870522.177 Inexact Rounded\r
-xadd047 add -2.45151797E+911306117 27235771 -> -2.45151797E+911306117 Inexact Rounded\r
-xcom047 compare -2.45151797E+911306117 27235771 -> -1\r
-xdiv047 divide -2.45151797E+911306117 27235771 -> -9.00109628E+911306109 Inexact Rounded\r
-xdvi047 divideint -2.45151797E+911306117 27235771 -> NaN Division_impossible\r
-xmul047 multiply -2.45151797E+911306117 27235771 -> -6.67689820E+911306124 Inexact Rounded\r
-xpow047 power -2.45151797E+911306117 27235771 -> -Infinity Overflow Inexact Rounded\r
-xrem047 remainder -2.45151797E+911306117 27235771 -> NaN Division_impossible\r
-xsub047 subtract -2.45151797E+911306117 27235771 -> -2.45151797E+911306117 Inexact Rounded\r
-xadd048 add -9.15117551 -4.95100733E-314511326 -> -9.15117551 Inexact Rounded\r
-xcom048 compare -9.15117551 -4.95100733E-314511326 -> -1\r
-xdiv048 divide -9.15117551 -4.95100733E-314511326 -> 1.84834618E+314511326 Inexact Rounded\r
-xdvi048 divideint -9.15117551 -4.95100733E-314511326 -> NaN Division_impossible\r
-xmul048 multiply -9.15117551 -4.95100733E-314511326 -> 4.53075370E-314511325 Inexact Rounded\r
-xpow048 power -9.15117551 -5 -> -0.0000155817265 Inexact Rounded\r
-xrem048 remainder -9.15117551 -4.95100733E-314511326 -> NaN Division_impossible\r
-xsub048 subtract -9.15117551 -4.95100733E-314511326 -> -9.15117551 Inexact Rounded\r
-xadd049 add 3.61890453E-985606128 30664416. -> 30664416.0 Inexact Rounded\r
-xcom049 compare 3.61890453E-985606128 30664416. -> -1\r
-xdiv049 divide 3.61890453E-985606128 30664416. -> 1.18016418E-985606135 Inexact Rounded\r
-xdvi049 divideint 3.61890453E-985606128 30664416. -> 0\r
-xmul049 multiply 3.61890453E-985606128 30664416. -> 1.10971594E-985606120 Inexact Rounded\r
-xpow049 power 3.61890453E-985606128 30664416 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem049 remainder 3.61890453E-985606128 30664416. -> 3.61890453E-985606128\r
-xsub049 subtract 3.61890453E-985606128 30664416. -> -30664416.0 Inexact Rounded\r
-xadd050 add -257674602E+216723382 -70820959.4 -> -2.57674602E+216723390 Inexact Rounded\r
-xcom050 compare -257674602E+216723382 -70820959.4 -> -1\r
-xdiv050 divide -257674602E+216723382 -70820959.4 -> 3.63839468E+216723382 Inexact Rounded\r
-xdvi050 divideint -257674602E+216723382 -70820959.4 -> NaN Division_impossible\r
-xmul050 multiply -257674602E+216723382 -70820959.4 -> 1.82487625E+216723398 Inexact Rounded\r
-xpow050 power -257674602E+216723382 -70820959 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem050 remainder -257674602E+216723382 -70820959.4 -> NaN Division_impossible\r
-xsub050 subtract -257674602E+216723382 -70820959.4 -> -2.57674602E+216723390 Inexact Rounded\r
-xadd051 add 218699.206 556944241. -> 557162940 Inexact Rounded\r
-xcom051 compare 218699.206 556944241. -> -1\r
-xdiv051 divide 218699.206 556944241. -> 0.000392677022 Inexact Rounded\r
-xdvi051 divideint 218699.206 556944241. -> 0\r
-xmul051 multiply 218699.206 556944241. -> 1.21803263E+14 Inexact Rounded\r
-xpow051 power 218699.206 556944241 -> Infinity Overflow Inexact Rounded\r
-xrem051 remainder 218699.206 556944241. -> 218699.206\r
-xsub051 subtract 218699.206 556944241. -> -556725542 Inexact Rounded\r
-xadd052 add 106211716. -3456793.74 -> 102754922 Inexact Rounded\r
-xcom052 compare 106211716. -3456793.74 -> 1\r
-xdiv052 divide 106211716. -3456793.74 -> -30.7255000 Inexact Rounded\r
-xdvi052 divideint 106211716. -3456793.74 -> -30\r
-xmul052 multiply 106211716. -3456793.74 -> -3.67151995E+14 Inexact Rounded\r
-xpow052 power 106211716. -3456794 -> 2.07225581E-27744825 Inexact Rounded\r
-xrem052 remainder 106211716. -3456793.74 -> 2507903.80\r
-xsub052 subtract 106211716. -3456793.74 -> 109668510 Inexact Rounded\r
-xadd053 add 1.25018078 399856.763E-726816740 -> 1.25018078 Inexact Rounded\r
-xcom053 compare 1.25018078 399856.763E-726816740 -> 1\r
-xdiv053 divide 1.25018078 399856.763E-726816740 -> 3.12657155E+726816734 Inexact Rounded\r
-xdvi053 divideint 1.25018078 399856.763E-726816740 -> NaN Division_impossible\r
-xmul053 multiply 1.25018078 399856.763E-726816740 -> 4.99893240E-726816735 Inexact Rounded\r
-xpow053 power 1.25018078 4 -> 2.44281890 Inexact Rounded\r
-xrem053 remainder 1.25018078 399856.763E-726816740 -> NaN Division_impossible\r
-xsub053 subtract 1.25018078 399856.763E-726816740 -> 1.25018078 Inexact Rounded\r
-xadd054 add 364.99811 -46222.0505 -> -45857.0524 Inexact Rounded\r
-xcom054 compare 364.99811 -46222.0505 -> 1\r
-xdiv054 divide 364.99811 -46222.0505 -> -0.00789662306 Inexact Rounded\r
-xdvi054 divideint 364.99811 -46222.0505 -> -0\r
-xmul054 multiply 364.99811 -46222.0505 -> -16870961.1 Inexact Rounded\r
-xpow054 power 364.99811 -46222 -> 6.35570856E-118435 Inexact Rounded\r
-xrem054 remainder 364.99811 -46222.0505 -> 364.99811\r
-xsub054 subtract 364.99811 -46222.0505 -> 46587.0486 Inexact Rounded\r
-xadd055 add -392217576. -958364096 -> -1.35058167E+9 Inexact Rounded\r
-xcom055 compare -392217576. -958364096 -> 1\r
-xdiv055 divide -392217576. -958364096 -> 0.409257377 Inexact Rounded\r
-xdvi055 divideint -392217576. -958364096 -> 0\r
-xmul055 multiply -392217576. -958364096 -> 3.75887243E+17 Inexact Rounded\r
-xpow055 power -392217576. -958364096 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem055 remainder -392217576. -958364096 -> -392217576\r
-xsub055 subtract -392217576. -958364096 -> 566146520\r
-xadd056 add 169601285 714526.639 -> 170315812 Inexact Rounded\r
-xcom056 compare 169601285 714526.639 -> 1\r
-xdiv056 divide 169601285 714526.639 -> 237.361738 Inexact Rounded\r
-xdvi056 divideint 169601285 714526.639 -> 237\r
-xmul056 multiply 169601285 714526.639 -> 1.21184636E+14 Inexact Rounded\r
-xpow056 power 169601285 714527 -> 2.06052444E+5880149 Inexact Rounded\r
-xrem056 remainder 169601285 714526.639 -> 258471.557\r
-xsub056 subtract 169601285 714526.639 -> 168886758 Inexact Rounded\r
-xadd057 add -674.094552E+586944319 6354.2668E+589657266 -> 6.35426680E+589657269 Inexact Rounded\r
-xcom057 compare -674.094552E+586944319 6354.2668E+589657266 -> -1\r
-xdiv057 divide -674.094552E+586944319 6354.2668E+589657266 -> -1.06085340E-2712948 Inexact Rounded\r
-xdvi057 divideint -674.094552E+586944319 6354.2668E+589657266 -> -0\r
-xmul057 multiply -674.094552E+586944319 6354.2668E+589657266 -> -Infinity Inexact Overflow Rounded\r
-xpow057 power -674.094552E+586944319 6 -> Infinity Overflow Inexact Rounded\r
-xrem057 remainder -674.094552E+586944319 6354.2668E+589657266 -> -6.74094552E+586944321\r
-xsub057 subtract -674.094552E+586944319 6354.2668E+589657266 -> -6.35426680E+589657269 Inexact Rounded\r
-xadd058 add 151795163E-371727182 -488.09788E-738852245 -> 1.51795163E-371727174 Inexact Rounded\r
-xcom058 compare 151795163E-371727182 -488.09788E-738852245 -> 1\r
-xdiv058 divide 151795163E-371727182 -488.09788E-738852245 -> -3.10993285E+367125068 Inexact Rounded\r
-xdvi058 divideint 151795163E-371727182 -488.09788E-738852245 -> NaN Division_impossible\r
-xmul058 multiply 151795163E-371727182 -488.09788E-738852245 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow058 power 151795163E-371727182 -5 -> Infinity Overflow Inexact Rounded\r
-xrem058 remainder 151795163E-371727182 -488.09788E-738852245 -> NaN Division_impossible\r
-xsub058 subtract 151795163E-371727182 -488.09788E-738852245 -> 1.51795163E-371727174 Inexact Rounded\r
-xadd059 add -746.293386 927749.647 -> 927003.354 Inexact Rounded\r
-xcom059 compare -746.293386 927749.647 -> -1\r
-xdiv059 divide -746.293386 927749.647 -> -0.000804412471 Inexact Rounded\r
-xdvi059 divideint -746.293386 927749.647 -> -0\r
-xmul059 multiply -746.293386 927749.647 -> -692373425 Inexact Rounded\r
-xpow059 power -746.293386 927750 -> 7.49278741E+2665341 Inexact Rounded\r
-xrem059 remainder -746.293386 927749.647 -> -746.293386\r
-xsub059 subtract -746.293386 927749.647 -> -928495.940 Inexact Rounded\r
-xadd060 add 888946471E+241331592 -235739.595 -> 8.88946471E+241331600 Inexact Rounded\r
-xcom060 compare 888946471E+241331592 -235739.595 -> 1\r
-xdiv060 divide 888946471E+241331592 -235739.595 -> -3.77088317E+241331595 Inexact Rounded\r
-xdvi060 divideint 888946471E+241331592 -235739.595 -> NaN Division_impossible\r
-xmul060 multiply 888946471E+241331592 -235739.595 -> -2.09559881E+241331606 Inexact Rounded\r
-xpow060 power 888946471E+241331592 -235740 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem060 remainder 888946471E+241331592 -235739.595 -> NaN Division_impossible\r
-xsub060 subtract 888946471E+241331592 -235739.595 -> 8.88946471E+241331600 Inexact Rounded\r
-xadd061 add 6.64377249 79161.1070E+619453776 -> 7.91611070E+619453780 Inexact Rounded\r
-xcom061 compare 6.64377249 79161.1070E+619453776 -> -1\r
-xdiv061 divide 6.64377249 79161.1070E+619453776 -> 8.39272307E-619453781 Inexact Rounded\r
-xdvi061 divideint 6.64377249 79161.1070E+619453776 -> 0\r
-xmul061 multiply 6.64377249 79161.1070E+619453776 -> 5.25928385E+619453781 Inexact Rounded\r
-xpow061 power 6.64377249 8 -> 3795928.44 Inexact Rounded\r
-xrem061 remainder 6.64377249 79161.1070E+619453776 -> 6.64377249\r
-xsub061 subtract 6.64377249 79161.1070E+619453776 -> -7.91611070E+619453780 Inexact Rounded\r
-xadd062 add 3146.66571E-313373366 88.5282010 -> 88.5282010 Inexact Rounded\r
-xcom062 compare 3146.66571E-313373366 88.5282010 -> -1\r
-xdiv062 divide 3146.66571E-313373366 88.5282010 -> 3.55442184E-313373365 Inexact Rounded\r
-xdvi062 divideint 3146.66571E-313373366 88.5282010 -> 0\r
-xmul062 multiply 3146.66571E-313373366 88.5282010 -> 2.78568654E-313373361 Inexact Rounded\r
-xpow062 power 3146.66571E-313373366 89 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem062 remainder 3146.66571E-313373366 88.5282010 -> 3.14666571E-313373363\r
-xsub062 subtract 3146.66571E-313373366 88.5282010 -> -88.5282010 Inexact Rounded\r
-xadd063 add 6.44693097 -87195.8711 -> -87189.4242 Inexact Rounded\r
-xcom063 compare 6.44693097 -87195.8711 -> 1\r
-xdiv063 divide 6.44693097 -87195.8711 -> -0.0000739361955 Inexact Rounded\r
-xdvi063 divideint 6.44693097 -87195.8711 -> -0\r
-xmul063 multiply 6.44693097 -87195.8711 -> -562145.762 Inexact Rounded\r
-xpow063 power 6.44693097 -87196 -> 4.50881730E-70573 Inexact Rounded\r
-xrem063 remainder 6.44693097 -87195.8711 -> 6.44693097\r
-xsub063 subtract 6.44693097 -87195.8711 -> 87202.3180 Inexact Rounded\r
-xadd064 add -2113132.56E+577957840 981125821 -> -2.11313256E+577957846 Inexact Rounded\r
-xcom064 compare -2113132.56E+577957840 981125821 -> -1\r
-xdiv064 divide -2113132.56E+577957840 981125821 -> -2.15378345E+577957837 Inexact Rounded\r
-xdvi064 divideint -2113132.56E+577957840 981125821 -> NaN Division_impossible\r
-xmul064 multiply -2113132.56E+577957840 981125821 -> -2.07324892E+577957855 Inexact Rounded\r
-xpow064 power -2113132.56E+577957840 981125821 -> -Infinity Overflow Inexact Rounded\r
-xrem064 remainder -2113132.56E+577957840 981125821 -> NaN Division_impossible\r
-xsub064 subtract -2113132.56E+577957840 981125821 -> -2.11313256E+577957846 Inexact Rounded\r
-xadd065 add -7701.42814 72667.5181 -> 64966.0900 Inexact Rounded\r
-xcom065 compare -7701.42814 72667.5181 -> -1\r
-xdiv065 divide -7701.42814 72667.5181 -> -0.105981714 Inexact Rounded\r
-xdvi065 divideint -7701.42814 72667.5181 -> -0\r
-xmul065 multiply -7701.42814 72667.5181 -> -559643669 Inexact Rounded\r
-xpow065 power -7701.42814 72668 -> 2.29543837E+282429 Inexact Rounded\r
-xrem065 remainder -7701.42814 72667.5181 -> -7701.42814\r
-xsub065 subtract -7701.42814 72667.5181 -> -80368.9462 Inexact Rounded\r
-xadd066 add -851.754789 -582659.149 -> -583510.904 Inexact Rounded\r
-xcom066 compare -851.754789 -582659.149 -> 1\r
-xdiv066 divide -851.754789 -582659.149 -> 0.00146184058 Inexact Rounded\r
-xdvi066 divideint -851.754789 -582659.149 -> 0\r
-xmul066 multiply -851.754789 -582659.149 -> 496282721 Inexact Rounded\r
-xpow066 power -851.754789 -582659 -> -6.83532593E-1707375 Inexact Rounded\r
-xrem066 remainder -851.754789 -582659.149 -> -851.754789\r
-xsub066 subtract -851.754789 -582659.149 -> 581807.394 Inexact Rounded\r
-xadd067 add -5.01992943 7852.16531 -> 7847.14538 Inexact Rounded\r
-xcom067 compare -5.01992943 7852.16531 -> -1\r
-xdiv067 divide -5.01992943 7852.16531 -> -0.000639305113 Inexact Rounded\r
-xdvi067 divideint -5.01992943 7852.16531 -> -0\r
-xmul067 multiply -5.01992943 7852.16531 -> -39417.3157 Inexact Rounded\r
-xpow067 power -5.01992943 7852 -> 7.54481448E+5501 Inexact Rounded\r
-xrem067 remainder -5.01992943 7852.16531 -> -5.01992943\r
-xsub067 subtract -5.01992943 7852.16531 -> -7857.18524 Inexact Rounded\r
-xadd068 add -12393257.2 76803689E+949125770 -> 7.68036890E+949125777 Inexact Rounded\r
-xcom068 compare -12393257.2 76803689E+949125770 -> -1\r
-xdiv068 divide -12393257.2 76803689E+949125770 -> -1.61362786E-949125771 Inexact Rounded\r
-xdvi068 divideint -12393257.2 76803689E+949125770 -> -0\r
-xmul068 multiply -12393257.2 76803689E+949125770 -> -9.51847872E+949125784 Inexact Rounded\r
-xpow068 power -12393257.2 8 -> 5.56523749E+56 Inexact Rounded\r
-xrem068 remainder -12393257.2 76803689E+949125770 -> -12393257.2\r
-xsub068 subtract -12393257.2 76803689E+949125770 -> -7.68036890E+949125777 Inexact Rounded\r
-xadd069 add -754771634.E+716555026 -292336.311 -> -7.54771634E+716555034 Inexact Rounded\r
-xcom069 compare -754771634.E+716555026 -292336.311 -> -1\r
-xdiv069 divide -754771634.E+716555026 -292336.311 -> 2.58186070E+716555029 Inexact Rounded\r
-xdvi069 divideint -754771634.E+716555026 -292336.311 -> NaN Division_impossible\r
-xmul069 multiply -754771634.E+716555026 -292336.311 -> 2.20647155E+716555040 Inexact Rounded\r
-xpow069 power -754771634.E+716555026 -292336 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem069 remainder -754771634.E+716555026 -292336.311 -> NaN Division_impossible\r
-xsub069 subtract -754771634.E+716555026 -292336.311 -> -7.54771634E+716555034 Inexact Rounded\r
-xadd070 add -915006.171E+614548652 -314086965. -> -9.15006171E+614548657 Inexact Rounded\r
-xcom070 compare -915006.171E+614548652 -314086965. -> -1\r
-xdiv070 divide -915006.171E+614548652 -314086965. -> 2.91322555E+614548649 Inexact Rounded\r
-xdvi070 divideint -915006.171E+614548652 -314086965. -> NaN Division_impossible\r
-xmul070 multiply -915006.171E+614548652 -314086965. -> 2.87391511E+614548666 Inexact Rounded\r
-xpow070 power -915006.171E+614548652 -314086965 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem070 remainder -915006.171E+614548652 -314086965. -> NaN Division_impossible\r
-xsub070 subtract -915006.171E+614548652 -314086965. -> -9.15006171E+614548657 Inexact Rounded\r
-xadd071 add -296590035 -481734529 -> -778324564\r
-xcom071 compare -296590035 -481734529 -> 1\r
-xdiv071 divide -296590035 -481734529 -> 0.615671116 Inexact Rounded\r
-xdvi071 divideint -296590035 -481734529 -> 0\r
-xmul071 multiply -296590035 -481734529 -> 1.42877661E+17 Inexact Rounded\r
-xpow071 power -296590035 -481734529 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem071 remainder -296590035 -481734529 -> -296590035\r
-xsub071 subtract -296590035 -481734529 -> 185144494\r
-xadd072 add 8.27822605 9241557.19 -> 9241565.47 Inexact Rounded\r
-xcom072 compare 8.27822605 9241557.19 -> -1\r
-xdiv072 divide 8.27822605 9241557.19 -> 8.95760950E-7 Inexact Rounded\r
-xdvi072 divideint 8.27822605 9241557.19 -> 0\r
-xmul072 multiply 8.27822605 9241557.19 -> 76503699.5 Inexact Rounded\r
-xpow072 power 8.27822605 9241557 -> 5.10219969E+8483169 Inexact Rounded\r
-xrem072 remainder 8.27822605 9241557.19 -> 8.27822605\r
-xsub072 subtract 8.27822605 9241557.19 -> -9241548.91 Inexact Rounded\r
-xadd073 add -1.43581098 7286313.54 -> 7286312.10 Inexact Rounded\r
-xcom073 compare -1.43581098 7286313.54 -> -1\r
-xdiv073 divide -1.43581098 7286313.54 -> -1.97055887E-7 Inexact Rounded\r
-xdvi073 divideint -1.43581098 7286313.54 -> -0\r
-xmul073 multiply -1.43581098 7286313.54 -> -10461769.0 Inexact Rounded\r
-xpow073 power -1.43581098 7286314 -> 1.09389741E+1144660 Inexact Rounded\r
-xrem073 remainder -1.43581098 7286313.54 -> -1.43581098\r
-xsub073 subtract -1.43581098 7286313.54 -> -7286314.98 Inexact Rounded\r
-xadd074 add -699036193. 759263.509E+533543625 -> 7.59263509E+533543630 Inexact Rounded\r
-xcom074 compare -699036193. 759263.509E+533543625 -> -1\r
-xdiv074 divide -699036193. 759263.509E+533543625 -> -9.20676662E-533543623 Inexact Rounded\r
-xdvi074 divideint -699036193. 759263.509E+533543625 -> -0\r
-xmul074 multiply -699036193. 759263.509E+533543625 -> -5.30752673E+533543639 Inexact Rounded\r
-xpow074 power -699036193. 8 -> 5.70160724E+70 Inexact Rounded\r
-xrem074 remainder -699036193. 759263.509E+533543625 -> -699036193\r
-xsub074 subtract -699036193. 759263.509E+533543625 -> -7.59263509E+533543630 Inexact Rounded\r
-xadd075 add -83.7273615E-305281957 -287779593.E+458777774 -> -2.87779593E+458777782 Inexact Rounded\r
-xcom075 compare -83.7273615E-305281957 -287779593.E+458777774 -> 1\r
-xdiv075 divide -83.7273615E-305281957 -287779593.E+458777774 -> 2.90942664E-764059738 Inexact Rounded\r
-xdvi075 divideint -83.7273615E-305281957 -287779593.E+458777774 -> 0\r
-xmul075 multiply -83.7273615E-305281957 -287779593.E+458777774 -> 2.40950260E+153495827 Inexact Rounded\r
-xpow075 power -83.7273615E-305281957 -3 -> -1.70371828E+915845865 Inexact Rounded\r
-xrem075 remainder -83.7273615E-305281957 -287779593.E+458777774 -> -8.37273615E-305281956\r
-xsub075 subtract -83.7273615E-305281957 -287779593.E+458777774 -> 2.87779593E+458777782 Inexact Rounded\r
-xadd076 add 8.48503224 6522.03316 -> 6530.51819 Inexact Rounded\r
-xcom076 compare 8.48503224 6522.03316 -> -1\r
-xdiv076 divide 8.48503224 6522.03316 -> 0.00130097962 Inexact Rounded\r
-xdvi076 divideint 8.48503224 6522.03316 -> 0\r
-xmul076 multiply 8.48503224 6522.03316 -> 55339.6616 Inexact Rounded\r
-xpow076 power 8.48503224 6522 -> 4.76547542E+6056 Inexact Rounded\r
-xrem076 remainder 8.48503224 6522.03316 -> 8.48503224\r
-xsub076 subtract 8.48503224 6522.03316 -> -6513.54813 Inexact Rounded\r
-xadd077 add 527916091 -809.054070 -> 527915282 Inexact Rounded\r
-xcom077 compare 527916091 -809.054070 -> 1\r
-xdiv077 divide 527916091 -809.054070 -> -652510.272 Inexact Rounded\r
-xdvi077 divideint 527916091 -809.054070 -> -652510\r
-xmul077 multiply 527916091 -809.054070 -> -4.27112662E+11 Inexact Rounded\r
-xpow077 power 527916091 -809 -> 2.78609697E-7057 Inexact Rounded\r
-xrem077 remainder 527916091 -809.054070 -> 219.784300\r
-xsub077 subtract 527916091 -809.054070 -> 527916900 Inexact Rounded\r
-xadd078 add 3857058.60 5792997.58E+881077409 -> 5.79299758E+881077415 Inexact Rounded\r
-xcom078 compare 3857058.60 5792997.58E+881077409 -> -1\r
-xdiv078 divide 3857058.60 5792997.58E+881077409 -> 6.65813950E-881077410 Inexact Rounded\r
-xdvi078 divideint 3857058.60 5792997.58E+881077409 -> 0\r
-xmul078 multiply 3857058.60 5792997.58E+881077409 -> 2.23439311E+881077422 Inexact Rounded\r
-xpow078 power 3857058.60 6 -> 3.29258824E+39 Inexact Rounded\r
-xrem078 remainder 3857058.60 5792997.58E+881077409 -> 3857058.60\r
-xsub078 subtract 3857058.60 5792997.58E+881077409 -> -5.79299758E+881077415 Inexact Rounded\r
-xadd079 add -66587363.E+556538173 -551902402E+357309146 -> -6.65873630E+556538180 Inexact Rounded\r
-xcom079 compare -66587363.E+556538173 -551902402E+357309146 -> -1\r
-xdiv079 divide -66587363.E+556538173 -551902402E+357309146 -> 1.20650613E+199229026 Inexact Rounded\r
-xdvi079 divideint -66587363.E+556538173 -551902402E+357309146 -> NaN Division_impossible\r
-xmul079 multiply -66587363.E+556538173 -551902402E+357309146 -> 3.67497256E+913847335 Inexact Rounded\r
-xpow079 power -66587363.E+556538173 -6 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem079 remainder -66587363.E+556538173 -551902402E+357309146 -> NaN Division_impossible\r
-xsub079 subtract -66587363.E+556538173 -551902402E+357309146 -> -6.65873630E+556538180 Inexact Rounded\r
-xadd080 add -580.502955 38125521.7 -> 38124941.2 Inexact Rounded\r
-xcom080 compare -580.502955 38125521.7 -> -1\r
-xdiv080 divide -580.502955 38125521.7 -> -0.0000152260987 Inexact Rounded\r
-xdvi080 divideint -580.502955 38125521.7 -> -0\r
-xmul080 multiply -580.502955 38125521.7 -> -2.21319780E+10 Inexact Rounded\r
-xpow080 power -580.502955 38125522 -> 6.07262078E+105371486 Inexact Rounded\r
-xrem080 remainder -580.502955 38125521.7 -> -580.502955\r
-xsub080 subtract -580.502955 38125521.7 -> -38126102.2 Inexact Rounded\r
-xadd081 add -9627363.00 -80616885E-749891394 -> -9627363.00 Inexact Rounded\r
-xcom081 compare -9627363.00 -80616885E-749891394 -> -1\r
-xdiv081 divide -9627363.00 -80616885E-749891394 -> 1.19421173E+749891393 Inexact Rounded\r
-xdvi081 divideint -9627363.00 -80616885E-749891394 -> NaN Division_impossible\r
-xmul081 multiply -9627363.00 -80616885E-749891394 -> 7.76128016E-749891380 Inexact Rounded\r
-xpow081 power -9627363.00 -8 -> 1.35500601E-56 Inexact Rounded\r
-xrem081 remainder -9627363.00 -80616885E-749891394 -> NaN Division_impossible\r
-xsub081 subtract -9627363.00 -80616885E-749891394 -> -9627363.00 Inexact Rounded\r
-xadd082 add -526.594855E+803110107 -64.5451639 -> -5.26594855E+803110109 Inexact Rounded\r
-xcom082 compare -526.594855E+803110107 -64.5451639 -> -1\r
-xdiv082 divide -526.594855E+803110107 -64.5451639 -> 8.15854858E+803110107 Inexact Rounded\r
-xdvi082 divideint -526.594855E+803110107 -64.5451639 -> NaN Division_impossible\r
-xmul082 multiply -526.594855E+803110107 -64.5451639 -> 3.39891512E+803110111 Inexact Rounded\r
-xpow082 power -526.594855E+803110107 -65 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem082 remainder -526.594855E+803110107 -64.5451639 -> NaN Division_impossible\r
-xsub082 subtract -526.594855E+803110107 -64.5451639 -> -5.26594855E+803110109 Inexact Rounded\r
-xadd083 add -8378.55499 760.131257 -> -7618.42373 Inexact Rounded\r
-xcom083 compare -8378.55499 760.131257 -> -1\r
-xdiv083 divide -8378.55499 760.131257 -> -11.0225108 Inexact Rounded\r
-xdvi083 divideint -8378.55499 760.131257 -> -11\r
-xmul083 multiply -8378.55499 760.131257 -> -6368801.54 Inexact Rounded\r
-xpow083 power -8378.55499 760 -> 4.06007928E+2981 Inexact Rounded\r
-xrem083 remainder -8378.55499 760.131257 -> -17.111163\r
-xsub083 subtract -8378.55499 760.131257 -> -9138.68625 Inexact Rounded\r
-xadd084 add -717.697718 984304413 -> 984303695 Inexact Rounded\r
-xcom084 compare -717.697718 984304413 -> -1\r
-xdiv084 divide -717.697718 984304413 -> -7.29142030E-7 Inexact Rounded\r
-xdvi084 divideint -717.697718 984304413 -> -0\r
-xmul084 multiply -717.697718 984304413 -> -7.06433031E+11 Inexact Rounded\r
-xpow084 power -717.697718 984304413 -> -Infinity Overflow Inexact Rounded\r
-xrem084 remainder -717.697718 984304413 -> -717.697718\r
-xsub084 subtract -717.697718 984304413 -> -984305131 Inexact Rounded\r
-xadd085 add -76762243.4E-741100094 -273.706674 -> -273.706674 Inexact Rounded\r
-xcom085 compare -76762243.4E-741100094 -273.706674 -> 1\r
-xdiv085 divide -76762243.4E-741100094 -273.706674 -> 2.80454409E-741100089 Inexact Rounded\r
-xdvi085 divideint -76762243.4E-741100094 -273.706674 -> 0\r
-xmul085 multiply -76762243.4E-741100094 -273.706674 -> 2.10103383E-741100084 Inexact Rounded\r
-xpow085 power -76762243.4E-741100094 -274 -> Infinity Overflow Inexact Rounded\r
-xrem085 remainder -76762243.4E-741100094 -273.706674 -> -7.67622434E-741100087\r
-xsub085 subtract -76762243.4E-741100094 -273.706674 -> 273.706674 Inexact Rounded\r
-xadd086 add -701.518354E+786274918 8822750.68E+243052107 -> -7.01518354E+786274920 Inexact Rounded\r
-xcom086 compare -701.518354E+786274918 8822750.68E+243052107 -> -1\r
-xdiv086 divide -701.518354E+786274918 8822750.68E+243052107 -> -7.95124309E+543222806 Inexact Rounded\r
-xdvi086 divideint -701.518354E+786274918 8822750.68E+243052107 -> NaN Division_impossible\r
-xmul086 multiply -701.518354E+786274918 8822750.68E+243052107 -> -Infinity Inexact Overflow Rounded\r
-xpow086 power -701.518354E+786274918 9 -> -Infinity Overflow Inexact Rounded\r
-xrem086 remainder -701.518354E+786274918 8822750.68E+243052107 -> NaN Division_impossible\r
-xsub086 subtract -701.518354E+786274918 8822750.68E+243052107 -> -7.01518354E+786274920 Inexact Rounded\r
-xadd087 add -359866845. -4.57434117 -> -359866850 Inexact Rounded\r
-xcom087 compare -359866845. -4.57434117 -> -1\r
-xdiv087 divide -359866845. -4.57434117 -> 78670748.8 Inexact Rounded\r
-xdvi087 divideint -359866845. -4.57434117 -> 78670748\r
-xmul087 multiply -359866845. -4.57434117 -> 1.64615372E+9 Inexact Rounded\r
-xpow087 power -359866845. -5 -> -1.65687909E-43 Inexact Rounded\r
-xrem087 remainder -359866845. -4.57434117 -> -3.54890484\r
-xsub087 subtract -359866845. -4.57434117 -> -359866840 Inexact Rounded\r
-xadd088 add 779934536. -76562645.7 -> 703371890 Inexact Rounded\r
-xcom088 compare 779934536. -76562645.7 -> 1\r
-xdiv088 divide 779934536. -76562645.7 -> -10.1868807 Inexact Rounded\r
-xdvi088 divideint 779934536. -76562645.7 -> -10\r
-xmul088 multiply 779934536. -76562645.7 -> -5.97138515E+16 Inexact Rounded\r
-xpow088 power 779934536. -76562646 -> 3.36739063E-680799501 Inexact Rounded\r
-xrem088 remainder 779934536. -76562645.7 -> 14308079.0\r
-xsub088 subtract 779934536. -76562645.7 -> 856497182 Inexact Rounded\r
-xadd089 add -4820.95451 3516234.99E+303303176 -> 3.51623499E+303303182 Inexact Rounded\r
-xcom089 compare -4820.95451 3516234.99E+303303176 -> -1\r
-xdiv089 divide -4820.95451 3516234.99E+303303176 -> -1.37105584E-303303179 Inexact Rounded\r
-xdvi089 divideint -4820.95451 3516234.99E+303303176 -> -0\r
-xmul089 multiply -4820.95451 3516234.99E+303303176 -> -1.69516089E+303303186 Inexact Rounded\r
-xpow089 power -4820.95451 4 -> 5.40172082E+14 Inexact Rounded\r
-xrem089 remainder -4820.95451 3516234.99E+303303176 -> -4820.95451\r
-xsub089 subtract -4820.95451 3516234.99E+303303176 -> -3.51623499E+303303182 Inexact Rounded\r
-xadd090 add 69355976.9 -9.57838562E+758804984 -> -9.57838562E+758804984 Inexact Rounded\r
-xcom090 compare 69355976.9 -9.57838562E+758804984 -> 1\r
-xdiv090 divide 69355976.9 -9.57838562E+758804984 -> -7.24088376E-758804978 Inexact Rounded\r
-xdvi090 divideint 69355976.9 -9.57838562E+758804984 -> -0\r
-xmul090 multiply 69355976.9 -9.57838562E+758804984 -> -6.64318292E+758804992 Inexact Rounded\r
-xpow090 power 69355976.9 -10 -> 3.88294346E-79 Inexact Rounded\r
-xrem090 remainder 69355976.9 -9.57838562E+758804984 -> 69355976.9\r
-xsub090 subtract 69355976.9 -9.57838562E+758804984 -> 9.57838562E+758804984 Inexact Rounded\r
-xadd091 add -12672093.1 8569.78255E-382866025 -> -12672093.1 Inexact Rounded\r
-xcom091 compare -12672093.1 8569.78255E-382866025 -> -1\r
-xdiv091 divide -12672093.1 8569.78255E-382866025 -> -1.47869482E+382866028 Inexact Rounded\r
-xdvi091 divideint -12672093.1 8569.78255E-382866025 -> NaN Division_impossible\r
-xmul091 multiply -12672093.1 8569.78255E-382866025 -> -1.08597082E-382866014 Inexact Rounded\r
-xpow091 power -12672093.1 9 -> -8.42626658E+63 Inexact Rounded\r
-xrem091 remainder -12672093.1 8569.78255E-382866025 -> NaN Division_impossible\r
-xsub091 subtract -12672093.1 8569.78255E-382866025 -> -12672093.1 Inexact Rounded\r
-xadd092 add -5910750.2 66150383E-662459241 -> -5910750.20 Inexact Rounded\r
-xcom092 compare -5910750.2 66150383E-662459241 -> -1\r
-xdiv092 divide -5910750.2 66150383E-662459241 -> -8.93532272E+662459239 Inexact Rounded\r
-xdvi092 divideint -5910750.2 66150383E-662459241 -> NaN Division_impossible\r
-xmul092 multiply -5910750.2 66150383E-662459241 -> -3.90998390E-662459227 Inexact Rounded\r
-xpow092 power -5910750.2 7 -> -2.52056696E+47 Inexact Rounded\r
-xrem092 remainder -5910750.2 66150383E-662459241 -> NaN Division_impossible\r
-xsub092 subtract -5910750.2 66150383E-662459241 -> -5910750.20 Inexact Rounded\r
-xadd093 add -532577268.E-163806629 -240650398E-650110558 -> -5.32577268E-163806621 Inexact Rounded\r
-xcom093 compare -532577268.E-163806629 -240650398E-650110558 -> -1\r
-xdiv093 divide -532577268.E-163806629 -240650398E-650110558 -> 2.21307454E+486303929 Inexact Rounded\r
-xdvi093 divideint -532577268.E-163806629 -240650398E-650110558 -> NaN Division_impossible\r
-xmul093 multiply -532577268.E-163806629 -240650398E-650110558 -> 1.28164932E-813917170 Inexact Rounded\r
-xpow093 power -532577268.E-163806629 -2 -> 3.52561389E+327613240 Inexact Rounded\r
-xrem093 remainder -532577268.E-163806629 -240650398E-650110558 -> NaN Division_impossible\r
-xsub093 subtract -532577268.E-163806629 -240650398E-650110558 -> -5.32577268E-163806621 Inexact Rounded\r
-xadd094 add -671.507198E-908587890 3057429.32E-555230623 -> 3.05742932E-555230617 Inexact Rounded\r
-xcom094 compare -671.507198E-908587890 3057429.32E-555230623 -> -1\r
-xdiv094 divide -671.507198E-908587890 3057429.32E-555230623 -> -2.19631307E-353357271 Inexact Rounded\r
-xdvi094 divideint -671.507198E-908587890 3057429.32E-555230623 -> -0\r
-xmul094 multiply -671.507198E-908587890 3057429.32E-555230623 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow094 power -671.507198E-908587890 3 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem094 remainder -671.507198E-908587890 3057429.32E-555230623 -> -6.71507198E-908587888\r
-xsub094 subtract -671.507198E-908587890 3057429.32E-555230623 -> -3.05742932E-555230617 Inexact Rounded\r
-xadd095 add -294.994352E+346452027 -6061853.0 -> -2.94994352E+346452029 Inexact Rounded\r
-xcom095 compare -294.994352E+346452027 -6061853.0 -> -1\r
-xdiv095 divide -294.994352E+346452027 -6061853.0 -> 4.86640557E+346452022 Inexact Rounded\r
-xdvi095 divideint -294.994352E+346452027 -6061853.0 -> NaN Division_impossible\r
-xmul095 multiply -294.994352E+346452027 -6061853.0 -> 1.78821240E+346452036 Inexact Rounded\r
-xpow095 power -294.994352E+346452027 -6061853 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem095 remainder -294.994352E+346452027 -6061853.0 -> NaN Division_impossible\r
-xsub095 subtract -294.994352E+346452027 -6061853.0 -> -2.94994352E+346452029 Inexact Rounded\r
-xadd096 add 329579114 146780548. -> 476359662\r
-xcom096 compare 329579114 146780548. -> 1\r
-xdiv096 divide 329579114 146780548. -> 2.24538686 Inexact Rounded\r
-xdvi096 divideint 329579114 146780548. -> 2\r
-xmul096 multiply 329579114 146780548. -> 4.83758030E+16 Inexact Rounded\r
-xpow096 power 329579114 146780548 -> Infinity Overflow Inexact Rounded\r
-xrem096 remainder 329579114 146780548. -> 36018018\r
-xsub096 subtract 329579114 146780548. -> 182798566\r
-xadd097 add -789904.686E-217225000 -1991.07181E-84080059 -> -1.99107181E-84080056 Inexact Rounded\r
-xcom097 compare -789904.686E-217225000 -1991.07181E-84080059 -> 1\r
-xdiv097 divide -789904.686E-217225000 -1991.07181E-84080059 -> 3.96723354E-133144939 Inexact Rounded\r
-xdvi097 divideint -789904.686E-217225000 -1991.07181E-84080059 -> 0\r
-xmul097 multiply -789904.686E-217225000 -1991.07181E-84080059 -> 1.57275695E-301305050 Inexact Rounded\r
-xpow097 power -789904.686E-217225000 -2 -> 1.60269403E+434449988 Inexact Rounded\r
-xrem097 remainder -789904.686E-217225000 -1991.07181E-84080059 -> -7.89904686E-217224995\r
-xsub097 subtract -789904.686E-217225000 -1991.07181E-84080059 -> 1.99107181E-84080056 Inexact Rounded\r
-xadd098 add 59893.3544 -408595868 -> -408535975 Inexact Rounded\r
-xcom098 compare 59893.3544 -408595868 -> 1\r
-xdiv098 divide 59893.3544 -408595868 -> -0.000146583358 Inexact Rounded\r
-xdvi098 divideint 59893.3544 -408595868 -> -0\r
-xmul098 multiply 59893.3544 -408595868 -> -2.44721771E+13 Inexact Rounded\r
-xpow098 power 59893.3544 -408595868 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem098 remainder 59893.3544 -408595868 -> 59893.3544\r
-xsub098 subtract 59893.3544 -408595868 -> 408655761 Inexact Rounded\r
-xadd099 add 129.878613 -54652.7288E-963564940 -> 129.878613 Inexact Rounded\r
-xcom099 compare 129.878613 -54652.7288E-963564940 -> 1\r
-xdiv099 divide 129.878613 -54652.7288E-963564940 -> -2.37643418E+963564937 Inexact Rounded\r
-xdvi099 divideint 129.878613 -54652.7288E-963564940 -> NaN Division_impossible\r
-xmul099 multiply 129.878613 -54652.7288E-963564940 -> -7.09822061E-963564934 Inexact Rounded\r
-xpow099 power 129.878613 -5 -> 2.70590029E-11 Inexact Rounded\r
-xrem099 remainder 129.878613 -54652.7288E-963564940 -> NaN Division_impossible\r
-xsub099 subtract 129.878613 -54652.7288E-963564940 -> 129.878613 Inexact Rounded\r
-xadd100 add 9866.99208 708756501. -> 708766368 Inexact Rounded\r
-xcom100 compare 9866.99208 708756501. -> -1\r
-xdiv100 divide 9866.99208 708756501. -> 0.0000139215543 Inexact Rounded\r
-xdvi100 divideint 9866.99208 708756501. -> 0\r
-xmul100 multiply 9866.99208 708756501. -> 6.99329478E+12 Inexact Rounded\r
-xpow100 power 9866.99208 708756501 -> Infinity Overflow Inexact Rounded\r
-xrem100 remainder 9866.99208 708756501. -> 9866.99208\r
-xsub100 subtract 9866.99208 708756501. -> -708746634 Inexact Rounded\r
-xadd101 add -78810.6297 -399884.68 -> -478695.310 Inexact Rounded\r
-xcom101 compare -78810.6297 -399884.68 -> 1\r
-xdiv101 divide -78810.6297 -399884.68 -> 0.197083393 Inexact Rounded\r
-xdvi101 divideint -78810.6297 -399884.68 -> 0\r
-xmul101 multiply -78810.6297 -399884.68 -> 3.15151634E+10 Inexact Rounded\r
-xpow101 power -78810.6297 -399885 -> -1.54252408E-1958071 Inexact Rounded\r
-xrem101 remainder -78810.6297 -399884.68 -> -78810.6297\r
-xsub101 subtract -78810.6297 -399884.68 -> 321074.050 Inexact Rounded\r
-xadd102 add 409189761 -771.471460 -> 409188990 Inexact Rounded\r
-xcom102 compare 409189761 -771.471460 -> 1\r
-xdiv102 divide 409189761 -771.471460 -> -530401.683 Inexact Rounded\r
-xdvi102 divideint 409189761 -771.471460 -> -530401\r
-xmul102 multiply 409189761 -771.471460 -> -3.15678222E+11 Inexact Rounded\r
-xpow102 power 409189761 -771 -> 1.60698414E-6640 Inexact Rounded\r
-xrem102 remainder 409189761 -771.471460 -> 527.144540\r
-xsub102 subtract 409189761 -771.471460 -> 409190532 Inexact Rounded\r
-xadd103 add -1.68748838 460.46924 -> 458.781752 Inexact Rounded\r
-xcom103 compare -1.68748838 460.46924 -> -1\r
-xdiv103 divide -1.68748838 460.46924 -> -0.00366471467 Inexact Rounded\r
-xdvi103 divideint -1.68748838 460.46924 -> -0\r
-xmul103 multiply -1.68748838 460.46924 -> -777.036492 Inexact Rounded\r
-xpow103 power -1.68748838 460 -> 3.39440648E+104 Inexact Rounded\r
-xrem103 remainder -1.68748838 460.46924 -> -1.68748838\r
-xsub103 subtract -1.68748838 460.46924 -> -462.156728 Inexact Rounded\r
-xadd104 add 553527296. -7924.40185 -> 553519372 Inexact Rounded\r
-xcom104 compare 553527296. -7924.40185 -> 1\r
-xdiv104 divide 553527296. -7924.40185 -> -69850.9877 Inexact Rounded\r
-xdvi104 divideint 553527296. -7924.40185 -> -69850\r
-xmul104 multiply 553527296. -7924.40185 -> -4.38637273E+12 Inexact Rounded\r
-xpow104 power 553527296. -7924 -> 2.32397214E-69281 Inexact Rounded\r
-xrem104 remainder 553527296. -7924.40185 -> 7826.77750\r
-xsub104 subtract 553527296. -7924.40185 -> 553535220 Inexact Rounded\r
-xadd105 add -38.7465207 64936.2942 -> 64897.5477 Inexact Rounded\r
-xcom105 compare -38.7465207 64936.2942 -> -1\r
-xdiv105 divide -38.7465207 64936.2942 -> -0.000596685123 Inexact Rounded\r
-xdvi105 divideint -38.7465207 64936.2942 -> -0\r
-xmul105 multiply -38.7465207 64936.2942 -> -2516055.47 Inexact Rounded\r
-xpow105 power -38.7465207 64936 -> 3.01500762E+103133 Inexact Rounded\r
-xrem105 remainder -38.7465207 64936.2942 -> -38.7465207\r
-xsub105 subtract -38.7465207 64936.2942 -> -64975.0407 Inexact Rounded\r
-xadd106 add -201075.248 845.663928 -> -200229.584 Inexact Rounded\r
-xcom106 compare -201075.248 845.663928 -> -1\r
-xdiv106 divide -201075.248 845.663928 -> -237.772053 Inexact Rounded\r
-xdvi106 divideint -201075.248 845.663928 -> -237\r
-xmul106 multiply -201075.248 845.663928 -> -170042084 Inexact Rounded\r
-xpow106 power -201075.248 846 -> 4.37911767E+4486 Inexact Rounded\r
-xrem106 remainder -201075.248 845.663928 -> -652.897064\r
-xsub106 subtract -201075.248 845.663928 -> -201920.912 Inexact Rounded\r
-xadd107 add 91048.4559 75953609.3 -> 76044657.8 Inexact Rounded\r
-xcom107 compare 91048.4559 75953609.3 -> -1\r
-xdiv107 divide 91048.4559 75953609.3 -> 0.00119873771 Inexact Rounded\r
-xdvi107 divideint 91048.4559 75953609.3 -> 0\r
-xmul107 multiply 91048.4559 75953609.3 -> 6.91545885E+12 Inexact Rounded\r
-xpow107 power 91048.4559 75953609 -> 6.94467746E+376674650 Inexact Rounded\r
-xrem107 remainder 91048.4559 75953609.3 -> 91048.4559\r
-xsub107 subtract 91048.4559 75953609.3 -> -75862560.8 Inexact Rounded\r
-xadd108 add 6898273.86E-252097460 15.3456196 -> 15.3456196 Inexact Rounded\r
-xcom108 compare 6898273.86E-252097460 15.3456196 -> -1\r
-xdiv108 divide 6898273.86E-252097460 15.3456196 -> 4.49527229E-252097455 Inexact Rounded\r
-xdvi108 divideint 6898273.86E-252097460 15.3456196 -> 0\r
-xmul108 multiply 6898273.86E-252097460 15.3456196 -> 1.05858287E-252097452 Inexact Rounded\r
-xpow108 power 6898273.86E-252097460 15 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem108 remainder 6898273.86E-252097460 15.3456196 -> 6.89827386E-252097454\r
-xsub108 subtract 6898273.86E-252097460 15.3456196 -> -15.3456196 Inexact Rounded\r
-xadd109 add 88.4370343 -980709105E-869899289 -> 88.4370343 Inexact Rounded\r
-xcom109 compare 88.4370343 -980709105E-869899289 -> 1\r
-xdiv109 divide 88.4370343 -980709105E-869899289 -> -9.01766220E+869899281 Inexact Rounded\r
-xdvi109 divideint 88.4370343 -980709105E-869899289 -> NaN Division_impossible\r
-xmul109 multiply 88.4370343 -980709105E-869899289 -> -8.67310048E-869899279 Inexact Rounded\r
-xpow109 power 88.4370343 -10 -> 3.41710479E-20 Inexact Rounded\r
-xrem109 remainder 88.4370343 -980709105E-869899289 -> NaN Division_impossible\r
-xsub109 subtract 88.4370343 -980709105E-869899289 -> 88.4370343 Inexact Rounded\r
-xadd110 add -17643.39 2.0352568E+304871331 -> 2.03525680E+304871331 Inexact Rounded\r
-xcom110 compare -17643.39 2.0352568E+304871331 -> -1\r
-xdiv110 divide -17643.39 2.0352568E+304871331 -> -8.66887658E-304871328 Inexact Rounded\r
-xdvi110 divideint -17643.39 2.0352568E+304871331 -> -0\r
-xmul110 multiply -17643.39 2.0352568E+304871331 -> -3.59088295E+304871335 Inexact Rounded\r
-xpow110 power -17643.39 2 -> 311289211 Inexact Rounded\r
-xrem110 remainder -17643.39 2.0352568E+304871331 -> -17643.39\r
-xsub110 subtract -17643.39 2.0352568E+304871331 -> -2.03525680E+304871331 Inexact Rounded\r
-xadd111 add 4589785.16 7459.04237 -> 4597244.20 Inexact Rounded\r
-xcom111 compare 4589785.16 7459.04237 -> 1\r
-xdiv111 divide 4589785.16 7459.04237 -> 615.331692 Inexact Rounded\r
-xdvi111 divideint 4589785.16 7459.04237 -> 615\r
-xmul111 multiply 4589785.16 7459.04237 -> 3.42354020E+10 Inexact Rounded\r
-xpow111 power 4589785.16 7459 -> 2.03795258E+49690 Inexact Rounded\r
-xrem111 remainder 4589785.16 7459.04237 -> 2474.10245\r
-xsub111 subtract 4589785.16 7459.04237 -> 4582326.12 Inexact Rounded\r
-xadd112 add -51.1632090E-753968082 8.96207471E-585797887 -> 8.96207471E-585797887 Inexact Rounded\r
-xcom112 compare -51.1632090E-753968082 8.96207471E-585797887 -> -1\r
-xdiv112 divide -51.1632090E-753968082 8.96207471E-585797887 -> -5.70885768E-168170195 Inexact Rounded\r
-xdvi112 divideint -51.1632090E-753968082 8.96207471E-585797887 -> -0\r
-xmul112 multiply -51.1632090E-753968082 8.96207471E-585797887 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow112 power -51.1632090E-753968082 9 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem112 remainder -51.1632090E-753968082 8.96207471E-585797887 -> -5.11632090E-753968081\r
-xsub112 subtract -51.1632090E-753968082 8.96207471E-585797887 -> -8.96207471E-585797887 Inexact Rounded\r
-xadd113 add 982.217817 7224909.4E-45243816 -> 982.217817 Inexact Rounded\r
-xcom113 compare 982.217817 7224909.4E-45243816 -> 1\r
-xdiv113 divide 982.217817 7224909.4E-45243816 -> 1.35948807E+45243812 Inexact Rounded\r
-xdvi113 divideint 982.217817 7224909.4E-45243816 -> NaN Division_impossible\r
-xmul113 multiply 982.217817 7224909.4E-45243816 -> 7.09643474E-45243807 Inexact Rounded\r
-xpow113 power 982.217817 7 -> 8.81971709E+20 Inexact Rounded\r
-xrem113 remainder 982.217817 7224909.4E-45243816 -> NaN Division_impossible\r
-xsub113 subtract 982.217817 7224909.4E-45243816 -> 982.217817 Inexact Rounded\r
-xadd114 add 503712056. -57490703.5E+924890183 -> -5.74907035E+924890190 Inexact Rounded\r
-xcom114 compare 503712056. -57490703.5E+924890183 -> 1\r
-xdiv114 divide 503712056. -57490703.5E+924890183 -> -8.76162623E-924890183 Inexact Rounded\r
-xdvi114 divideint 503712056. -57490703.5E+924890183 -> -0\r
-xmul114 multiply 503712056. -57490703.5E+924890183 -> -2.89587605E+924890199 Inexact Rounded\r
-xpow114 power 503712056. -6 -> 6.12217764E-53 Inexact Rounded\r
-xrem114 remainder 503712056. -57490703.5E+924890183 -> 503712056\r
-xsub114 subtract 503712056. -57490703.5E+924890183 -> 5.74907035E+924890190 Inexact Rounded\r
-xadd115 add 883.849223 249259171 -> 249260055 Inexact Rounded\r
-xcom115 compare 883.849223 249259171 -> -1\r
-xdiv115 divide 883.849223 249259171 -> 0.00000354590453 Inexact Rounded\r
-xdvi115 divideint 883.849223 249259171 -> 0\r
-xmul115 multiply 883.849223 249259171 -> 2.20307525E+11 Inexact Rounded\r
-xpow115 power 883.849223 249259171 -> 5.15642844E+734411783 Inexact Rounded\r
-xrem115 remainder 883.849223 249259171 -> 883.849223\r
-xsub115 subtract 883.849223 249259171 -> -249258287 Inexact Rounded\r
-xadd116 add 245.092853E+872642874 828195.152E+419771532 -> 2.45092853E+872642876 Inexact Rounded\r
-xcom116 compare 245.092853E+872642874 828195.152E+419771532 -> 1\r
-xdiv116 divide 245.092853E+872642874 828195.152E+419771532 -> 2.95936112E+452871338 Inexact Rounded\r
-xdvi116 divideint 245.092853E+872642874 828195.152E+419771532 -> NaN Division_impossible\r
-xmul116 multiply 245.092853E+872642874 828195.152E+419771532 -> Infinity Inexact Overflow Rounded\r
-xpow116 power 245.092853E+872642874 8 -> Infinity Overflow Inexact Rounded\r
-xrem116 remainder 245.092853E+872642874 828195.152E+419771532 -> NaN Division_impossible\r
-xsub116 subtract 245.092853E+872642874 828195.152E+419771532 -> 2.45092853E+872642876 Inexact Rounded\r
-xadd117 add -83658638.6E+728551928 2952478.42 -> -8.36586386E+728551935 Inexact Rounded\r
-xcom117 compare -83658638.6E+728551928 2952478.42 -> -1\r
-xdiv117 divide -83658638.6E+728551928 2952478.42 -> -2.83350551E+728551929 Inexact Rounded\r
-xdvi117 divideint -83658638.6E+728551928 2952478.42 -> NaN Division_impossible\r
-xmul117 multiply -83658638.6E+728551928 2952478.42 -> -2.47000325E+728551942 Inexact Rounded\r
-xpow117 power -83658638.6E+728551928 2952478 -> Infinity Overflow Inexact Rounded\r
-xrem117 remainder -83658638.6E+728551928 2952478.42 -> NaN Division_impossible\r
-xsub117 subtract -83658638.6E+728551928 2952478.42 -> -8.36586386E+728551935 Inexact Rounded\r
-xadd118 add -6291780.97 269967.394E-22000817 -> -6291780.97 Inexact Rounded\r
-xcom118 compare -6291780.97 269967.394E-22000817 -> -1\r
-xdiv118 divide -6291780.97 269967.394E-22000817 -> -2.33057069E+22000818 Inexact Rounded\r
-xdvi118 divideint -6291780.97 269967.394E-22000817 -> NaN Division_impossible\r
-xmul118 multiply -6291780.97 269967.394E-22000817 -> -1.69857571E-22000805 Inexact Rounded\r
-xpow118 power -6291780.97 3 -> -2.49069636E+20 Inexact Rounded\r
-xrem118 remainder -6291780.97 269967.394E-22000817 -> NaN Division_impossible\r
-xsub118 subtract -6291780.97 269967.394E-22000817 -> -6291780.97 Inexact Rounded\r
-xadd119 add 978571348.E+222382547 6006.19370 -> 9.78571348E+222382555 Inexact Rounded\r
-xcom119 compare 978571348.E+222382547 6006.19370 -> 1\r
-xdiv119 divide 978571348.E+222382547 6006.19370 -> 1.62927038E+222382552 Inexact Rounded\r
-xdvi119 divideint 978571348.E+222382547 6006.19370 -> NaN Division_impossible\r
-xmul119 multiply 978571348.E+222382547 6006.19370 -> 5.87748907E+222382559 Inexact Rounded\r
-xpow119 power 978571348.E+222382547 6006 -> Infinity Overflow Inexact Rounded\r
-xrem119 remainder 978571348.E+222382547 6006.19370 -> NaN Division_impossible\r
-xsub119 subtract 978571348.E+222382547 6006.19370 -> 9.78571348E+222382555 Inexact Rounded\r
-xadd120 add 14239029. -36527.2221 -> 14202501.8 Inexact Rounded\r
-xcom120 compare 14239029. -36527.2221 -> 1\r
-xdiv120 divide 14239029. -36527.2221 -> -389.819652 Inexact Rounded\r
-xdvi120 divideint 14239029. -36527.2221 -> -389\r
-xmul120 multiply 14239029. -36527.2221 -> -5.20112175E+11 Inexact Rounded\r
-xpow120 power 14239029. -36527 -> 6.64292731E-261296 Inexact Rounded\r
-xrem120 remainder 14239029. -36527.2221 -> 29939.6031\r
-xsub120 subtract 14239029. -36527.2221 -> 14275556.2 Inexact Rounded\r
-xadd121 add 72333.2654E-544425548 -690.664836E+662155120 -> -6.90664836E+662155122 Inexact Rounded\r
-xcom121 compare 72333.2654E-544425548 -690.664836E+662155120 -> 1\r
-xdiv121 divide 72333.2654E-544425548 -690.664836E+662155120 -> -0E-1000000007 Inexact Rounded Underflow Subnormal Clamped\r
-xdvi121 divideint 72333.2654E-544425548 -690.664836E+662155120 -> -0\r
-xmul121 multiply 72333.2654E-544425548 -690.664836E+662155120 -> -4.99580429E+117729579 Inexact Rounded\r
-xpow121 power 72333.2654E-544425548 -7 -> Infinity Overflow Inexact Rounded\r
-xrem121 remainder 72333.2654E-544425548 -690.664836E+662155120 -> 7.23332654E-544425544\r
-xsub121 subtract 72333.2654E-544425548 -690.664836E+662155120 -> 6.90664836E+662155122 Inexact Rounded\r
-xadd122 add -37721.1567E-115787341 -828949864E-76251747 -> -8.28949864E-76251739 Inexact Rounded\r
-xcom122 compare -37721.1567E-115787341 -828949864E-76251747 -> 1\r
-xdiv122 divide -37721.1567E-115787341 -828949864E-76251747 -> 4.55047505E-39535599 Inexact Rounded\r
-xdvi122 divideint -37721.1567E-115787341 -828949864E-76251747 -> 0\r
-xmul122 multiply -37721.1567E-115787341 -828949864E-76251747 -> 3.12689477E-192039075 Inexact Rounded\r
-xpow122 power -37721.1567E-115787341 -8 -> 2.43960765E+926298691 Inexact Rounded\r
-xrem122 remainder -37721.1567E-115787341 -828949864E-76251747 -> -3.77211567E-115787337\r
-xsub122 subtract -37721.1567E-115787341 -828949864E-76251747 -> 8.28949864E-76251739 Inexact Rounded\r
-xadd123 add -2078852.83E-647080089 -119779858.E+734665461 -> -1.19779858E+734665469 Inexact Rounded\r
-xcom123 compare -2078852.83E-647080089 -119779858.E+734665461 -> 1\r
-xdiv123 divide -2078852.83E-647080089 -119779858.E+734665461 -> 0E-1000000007 Inexact Rounded Underflow Subnormal Clamped\r
-xdvi123 divideint -2078852.83E-647080089 -119779858.E+734665461 -> 0\r
-xmul123 multiply -2078852.83E-647080089 -119779858.E+734665461 -> 2.49004697E+87585386 Inexact Rounded\r
-xpow123 power -2078852.83E-647080089 -1 -> -4.81034533E+647080082 Inexact Rounded\r
-xrem123 remainder -2078852.83E-647080089 -119779858.E+734665461 -> -2.07885283E-647080083\r
-xsub123 subtract -2078852.83E-647080089 -119779858.E+734665461 -> 1.19779858E+734665469 Inexact Rounded\r
-xadd124 add -79145.3625 -7718.57307 -> -86863.9356 Inexact Rounded\r
-xcom124 compare -79145.3625 -7718.57307 -> -1\r
-xdiv124 divide -79145.3625 -7718.57307 -> 10.2538852 Inexact Rounded\r
-xdvi124 divideint -79145.3625 -7718.57307 -> 10\r
-xmul124 multiply -79145.3625 -7718.57307 -> 610889264 Inexact Rounded\r
-xpow124 power -79145.3625 -7719 -> -1.13181941E-37811 Inexact Rounded\r
-xrem124 remainder -79145.3625 -7718.57307 -> -1959.63180\r
-xsub124 subtract -79145.3625 -7718.57307 -> -71426.7894 Inexact Rounded\r
-xadd125 add 2103890.49E+959247237 20024.3017 -> 2.10389049E+959247243 Inexact Rounded\r
-xcom125 compare 2103890.49E+959247237 20024.3017 -> 1\r
-xdiv125 divide 2103890.49E+959247237 20024.3017 -> 1.05066859E+959247239 Inexact Rounded\r
-xdvi125 divideint 2103890.49E+959247237 20024.3017 -> NaN Division_impossible\r
-xmul125 multiply 2103890.49E+959247237 20024.3017 -> 4.21289379E+959247247 Inexact Rounded\r
-xpow125 power 2103890.49E+959247237 20024 -> Infinity Overflow Inexact Rounded\r
-xrem125 remainder 2103890.49E+959247237 20024.3017 -> NaN Division_impossible\r
-xsub125 subtract 2103890.49E+959247237 20024.3017 -> 2.10389049E+959247243 Inexact Rounded\r
-xadd126 add 911249557 79810804.9 -> 991060362 Inexact Rounded\r
-xcom126 compare 911249557 79810804.9 -> 1\r
-xdiv126 divide 911249557 79810804.9 -> 11.4176214 Inexact Rounded\r
-xdvi126 divideint 911249557 79810804.9 -> 11\r
-xmul126 multiply 911249557 79810804.9 -> 7.27275606E+16 Inexact Rounded\r
-xpow126 power 911249557 79810805 -> 6.77595741E+715075867 Inexact Rounded\r
-xrem126 remainder 911249557 79810804.9 -> 33330703.1\r
-xsub126 subtract 911249557 79810804.9 -> 831438752 Inexact Rounded\r
-xadd127 add 341134.994 3.37486292 -> 341138.369 Inexact Rounded\r
-xcom127 compare 341134.994 3.37486292 -> 1\r
-xdiv127 divide 341134.994 3.37486292 -> 101081.141 Inexact Rounded\r
-xdvi127 divideint 341134.994 3.37486292 -> 101081\r
-xmul127 multiply 341134.994 3.37486292 -> 1151283.84 Inexact Rounded\r
-xpow127 power 341134.994 3 -> 3.96989314E+16 Inexact Rounded\r
-xrem127 remainder 341134.994 3.37486292 -> 0.47518348\r
-xsub127 subtract 341134.994 3.37486292 -> 341131.619 Inexact Rounded\r
-xadd128 add 244.23634 512706190E-341459836 -> 244.236340 Inexact Rounded\r
-xcom128 compare 244.23634 512706190E-341459836 -> 1\r
-xdiv128 divide 244.23634 512706190E-341459836 -> 4.76367059E+341459829 Inexact Rounded\r
-xdvi128 divideint 244.23634 512706190E-341459836 -> NaN Division_impossible\r
-xmul128 multiply 244.23634 512706190E-341459836 -> 1.25221483E-341459825 Inexact Rounded\r
-xpow128 power 244.23634 5 -> 8.69063312E+11 Inexact Rounded\r
-xrem128 remainder 244.23634 512706190E-341459836 -> NaN Division_impossible\r
-xsub128 subtract 244.23634 512706190E-341459836 -> 244.236340 Inexact Rounded\r
-xadd129 add -9.22783849E+171585954 -99.0946800 -> -9.22783849E+171585954 Inexact Rounded\r
-xcom129 compare -9.22783849E+171585954 -99.0946800 -> -1\r
-xdiv129 divide -9.22783849E+171585954 -99.0946800 -> 9.31214318E+171585952 Inexact Rounded\r
-xdvi129 divideint -9.22783849E+171585954 -99.0946800 -> NaN Division_impossible\r
-xmul129 multiply -9.22783849E+171585954 -99.0946800 -> 9.14429702E+171585956 Inexact Rounded\r
-xpow129 power -9.22783849E+171585954 -99 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem129 remainder -9.22783849E+171585954 -99.0946800 -> NaN Division_impossible\r
-xsub129 subtract -9.22783849E+171585954 -99.0946800 -> -9.22783849E+171585954 Inexact Rounded\r
-xadd130 add 699631.893 -226.423958 -> 699405.469 Inexact Rounded\r
-xcom130 compare 699631.893 -226.423958 -> 1\r
-xdiv130 divide 699631.893 -226.423958 -> -3089.91990 Inexact Rounded\r
-xdvi130 divideint 699631.893 -226.423958 -> -3089\r
-xmul130 multiply 699631.893 -226.423958 -> -158413422 Inexact Rounded\r
-xpow130 power 699631.893 -226 -> 1.14675511E-1321 Inexact Rounded\r
-xrem130 remainder 699631.893 -226.423958 -> 208.286738\r
-xsub130 subtract 699631.893 -226.423958 -> 699858.317 Inexact Rounded\r
-xadd131 add -249350139.E-571793673 775732428. -> 775732428 Inexact Rounded\r
-xcom131 compare -249350139.E-571793673 775732428. -> -1\r
-xdiv131 divide -249350139.E-571793673 775732428. -> -3.21438334E-571793674 Inexact Rounded\r
-xdvi131 divideint -249350139.E-571793673 775732428. -> -0\r
-xmul131 multiply -249350139.E-571793673 775732428. -> -1.93428989E-571793656 Inexact Rounded\r
-xpow131 power -249350139.E-571793673 775732428 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem131 remainder -249350139.E-571793673 775732428. -> -2.49350139E-571793665\r
-xsub131 subtract -249350139.E-571793673 775732428. -> -775732428 Inexact Rounded\r
-xadd132 add 5.11629020 -480.53194 -> -475.415650 Inexact Rounded\r
-xcom132 compare 5.11629020 -480.53194 -> 1\r
-xdiv132 divide 5.11629020 -480.53194 -> -0.0106471387 Inexact Rounded\r
-xdvi132 divideint 5.11629020 -480.53194 -> -0\r
-xmul132 multiply 5.11629020 -480.53194 -> -2458.54086 Inexact Rounded\r
-xpow132 power 5.11629020 -481 -> 9.83021951E-342 Inexact Rounded\r
-xrem132 remainder 5.11629020 -480.53194 -> 5.11629020\r
-xsub132 subtract 5.11629020 -480.53194 -> 485.648230 Inexact Rounded\r
-xadd133 add -8.23352673E-446723147 -530710.866 -> -530710.866 Inexact Rounded\r
-xcom133 compare -8.23352673E-446723147 -530710.866 -> 1\r
-xdiv133 divide -8.23352673E-446723147 -530710.866 -> 1.55141476E-446723152 Inexact Rounded\r
-xdvi133 divideint -8.23352673E-446723147 -530710.866 -> 0\r
-xmul133 multiply -8.23352673E-446723147 -530710.866 -> 4.36962210E-446723141 Inexact Rounded\r
-xpow133 power -8.23352673E-446723147 -530711 -> -Infinity Overflow Inexact Rounded\r
-xrem133 remainder -8.23352673E-446723147 -530710.866 -> -8.23352673E-446723147\r
-xsub133 subtract -8.23352673E-446723147 -530710.866 -> 530710.866 Inexact Rounded\r
-xadd134 add 7.0598608 -95908.35 -> -95901.2901 Inexact Rounded\r
-xcom134 compare 7.0598608 -95908.35 -> 1\r
-xdiv134 divide 7.0598608 -95908.35 -> -0.0000736104917 Inexact Rounded\r
-xdvi134 divideint 7.0598608 -95908.35 -> -0\r
-xmul134 multiply 7.0598608 -95908.35 -> -677099.601 Inexact Rounded\r
-xpow134 power 7.0598608 -95908 -> 4.57073877E-81407 Inexact Rounded\r
-xrem134 remainder 7.0598608 -95908.35 -> 7.0598608\r
-xsub134 subtract 7.0598608 -95908.35 -> 95915.4099 Inexact Rounded\r
-xadd135 add -7.91189845E+207202706 1532.71847E+509944335 -> 1.53271847E+509944338 Inexact Rounded\r
-xcom135 compare -7.91189845E+207202706 1532.71847E+509944335 -> -1\r
-xdiv135 divide -7.91189845E+207202706 1532.71847E+509944335 -> -5.16200372E-302741632 Inexact Rounded\r
-xdvi135 divideint -7.91189845E+207202706 1532.71847E+509944335 -> -0\r
-xmul135 multiply -7.91189845E+207202706 1532.71847E+509944335 -> -1.21267129E+717147045 Inexact Rounded\r
-xpow135 power -7.91189845E+207202706 2 -> 6.25981371E+414405413 Inexact Rounded\r
-xrem135 remainder -7.91189845E+207202706 1532.71847E+509944335 -> -7.91189845E+207202706\r
-xsub135 subtract -7.91189845E+207202706 1532.71847E+509944335 -> -1.53271847E+509944338 Inexact Rounded\r
-xadd136 add 208839370.E-215147432 -75.9420559 -> -75.9420559 Inexact Rounded\r
-xcom136 compare 208839370.E-215147432 -75.9420559 -> 1\r
-xdiv136 divide 208839370.E-215147432 -75.9420559 -> -2.74998310E-215147426 Inexact Rounded\r
-xdvi136 divideint 208839370.E-215147432 -75.9420559 -> -0\r
-xmul136 multiply 208839370.E-215147432 -75.9420559 -> -1.58596911E-215147422 Inexact Rounded\r
-xpow136 power 208839370.E-215147432 -76 -> Infinity Overflow Inexact Rounded\r
-xrem136 remainder 208839370.E-215147432 -75.9420559 -> 2.08839370E-215147424\r
-xsub136 subtract 208839370.E-215147432 -75.9420559 -> 75.9420559 Inexact Rounded\r
-xadd137 add 427.754244E-353328369 4705.0796 -> 4705.07960 Inexact Rounded\r
-xcom137 compare 427.754244E-353328369 4705.0796 -> -1\r
-xdiv137 divide 427.754244E-353328369 4705.0796 -> 9.09132853E-353328371 Inexact Rounded\r
-xdvi137 divideint 427.754244E-353328369 4705.0796 -> 0\r
-xmul137 multiply 427.754244E-353328369 4705.0796 -> 2.01261777E-353328363 Inexact Rounded\r
-xpow137 power 427.754244E-353328369 4705 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem137 remainder 427.754244E-353328369 4705.0796 -> 4.27754244E-353328367\r
-xsub137 subtract 427.754244E-353328369 4705.0796 -> -4705.07960 Inexact Rounded\r
-xadd138 add 44911.089 -95.1733605E-313081848 -> 44911.0890 Inexact Rounded\r
-xcom138 compare 44911.089 -95.1733605E-313081848 -> 1\r
-xdiv138 divide 44911.089 -95.1733605E-313081848 -> -4.71887183E+313081850 Inexact Rounded\r
-xdvi138 divideint 44911.089 -95.1733605E-313081848 -> NaN Division_impossible\r
-xmul138 multiply 44911.089 -95.1733605E-313081848 -> -4.27433926E-313081842 Inexact Rounded\r
-xpow138 power 44911.089 -10 -> 2.99546425E-47 Inexact Rounded\r
-xrem138 remainder 44911.089 -95.1733605E-313081848 -> NaN Division_impossible\r
-xsub138 subtract 44911.089 -95.1733605E-313081848 -> 44911.0890 Inexact Rounded\r
-xadd139 add 452371821. -4109709.19 -> 448262112 Inexact Rounded\r
-xcom139 compare 452371821. -4109709.19 -> 1\r
-xdiv139 divide 452371821. -4109709.19 -> -110.073925 Inexact Rounded\r
-xdvi139 divideint 452371821. -4109709.19 -> -110\r
-xmul139 multiply 452371821. -4109709.19 -> -1.85911663E+15 Inexact Rounded\r
-xpow139 power 452371821. -4109709 -> 1.15528807E-35571568 Inexact Rounded\r
-xrem139 remainder 452371821. -4109709.19 -> 303810.10\r
-xsub139 subtract 452371821. -4109709.19 -> 456481530 Inexact Rounded\r
-xadd140 add 94007.4392 -9467725.5E+681898234 -> -9.46772550E+681898240 Inexact Rounded\r
-xcom140 compare 94007.4392 -9467725.5E+681898234 -> 1\r
-xdiv140 divide 94007.4392 -9467725.5E+681898234 -> -9.92925272E-681898237 Inexact Rounded\r
-xdvi140 divideint 94007.4392 -9467725.5E+681898234 -> -0\r
-xmul140 multiply 94007.4392 -9467725.5E+681898234 -> -8.90036629E+681898245 Inexact Rounded\r
-xpow140 power 94007.4392 -9 -> 1.74397397E-45 Inexact Rounded\r
-xrem140 remainder 94007.4392 -9467725.5E+681898234 -> 94007.4392\r
-xsub140 subtract 94007.4392 -9467725.5E+681898234 -> 9.46772550E+681898240 Inexact Rounded\r
-xadd141 add 99147554.0E-751410586 38313.6423 -> 38313.6423 Inexact Rounded\r
-xcom141 compare 99147554.0E-751410586 38313.6423 -> -1\r
-xdiv141 divide 99147554.0E-751410586 38313.6423 -> 2.58778722E-751410583 Inexact Rounded\r
-xdvi141 divideint 99147554.0E-751410586 38313.6423 -> 0\r
-xmul141 multiply 99147554.0E-751410586 38313.6423 -> 3.79870392E-751410574 Inexact Rounded\r
-xpow141 power 99147554.0E-751410586 38314 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem141 remainder 99147554.0E-751410586 38313.6423 -> 9.91475540E-751410579\r
-xsub141 subtract 99147554.0E-751410586 38313.6423 -> -38313.6423 Inexact Rounded\r
-xadd142 add -7919.30254 -669.607854 -> -8588.91039 Inexact Rounded\r
-xcom142 compare -7919.30254 -669.607854 -> -1\r
-xdiv142 divide -7919.30254 -669.607854 -> 11.8267767 Inexact Rounded\r
-xdvi142 divideint -7919.30254 -669.607854 -> 11\r
-xmul142 multiply -7919.30254 -669.607854 -> 5302827.18 Inexact Rounded\r
-xpow142 power -7919.30254 -670 -> 7.58147724E-2613 Inexact Rounded\r
-xrem142 remainder -7919.30254 -669.607854 -> -553.616146\r
-xsub142 subtract -7919.30254 -669.607854 -> -7249.69469 Inexact Rounded\r
-xadd143 add 461.58280E+136110821 710666052.E-383754231 -> 4.61582800E+136110823 Inexact Rounded\r
-xcom143 compare 461.58280E+136110821 710666052.E-383754231 -> 1\r
-xdiv143 divide 461.58280E+136110821 710666052.E-383754231 -> 6.49507316E+519865045 Inexact Rounded\r
-xdvi143 divideint 461.58280E+136110821 710666052.E-383754231 -> NaN Division_impossible\r
-xmul143 multiply 461.58280E+136110821 710666052.E-383754231 -> 3.28031226E-247643399 Inexact Rounded\r
-xpow143 power 461.58280E+136110821 7 -> 4.46423781E+952775765 Inexact Rounded\r
-xrem143 remainder 461.58280E+136110821 710666052.E-383754231 -> NaN Division_impossible\r
-xsub143 subtract 461.58280E+136110821 710666052.E-383754231 -> 4.61582800E+136110823 Inexact Rounded\r
-xadd144 add 3455755.47E-112465506 771.674306 -> 771.674306 Inexact Rounded\r
-xcom144 compare 3455755.47E-112465506 771.674306 -> -1\r
-xdiv144 divide 3455755.47E-112465506 771.674306 -> 4.47825649E-112465503 Inexact Rounded\r
-xdvi144 divideint 3455755.47E-112465506 771.674306 -> 0\r
-xmul144 multiply 3455755.47E-112465506 771.674306 -> 2.66671770E-112465497 Inexact Rounded\r
-xpow144 power 3455755.47E-112465506 772 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem144 remainder 3455755.47E-112465506 771.674306 -> 3.45575547E-112465500\r
-xsub144 subtract 3455755.47E-112465506 771.674306 -> -771.674306 Inexact Rounded\r
-xadd145 add -477067757.E-961684940 7.70122608E-741072245 -> 7.70122608E-741072245 Inexact Rounded\r
-xcom145 compare -477067757.E-961684940 7.70122608E-741072245 -> -1\r
-xdiv145 divide -477067757.E-961684940 7.70122608E-741072245 -> -6.19469877E-220612688 Inexact Rounded\r
-xdvi145 divideint -477067757.E-961684940 7.70122608E-741072245 -> -0\r
-xmul145 multiply -477067757.E-961684940 7.70122608E-741072245 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow145 power -477067757.E-961684940 8 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem145 remainder -477067757.E-961684940 7.70122608E-741072245 -> -4.77067757E-961684932\r
-xsub145 subtract -477067757.E-961684940 7.70122608E-741072245 -> -7.70122608E-741072245 Inexact Rounded\r
-xadd146 add 76482.352 8237806.8 -> 8314289.15 Inexact Rounded\r
-xcom146 compare 76482.352 8237806.8 -> -1\r
-xdiv146 divide 76482.352 8237806.8 -> 0.00928430999 Inexact Rounded\r
-xdvi146 divideint 76482.352 8237806.8 -> 0\r
-xmul146 multiply 76482.352 8237806.8 -> 6.30046839E+11 Inexact Rounded\r
-xpow146 power 76482.352 8237807 -> 8.44216559E+40229834 Inexact Rounded\r
-xrem146 remainder 76482.352 8237806.8 -> 76482.352\r
-xsub146 subtract 76482.352 8237806.8 -> -8161324.45 Inexact Rounded\r
-xadd147 add 1.21505164E-565556504 9.26146573 -> 9.26146573 Inexact Rounded\r
-xcom147 compare 1.21505164E-565556504 9.26146573 -> -1\r
-xdiv147 divide 1.21505164E-565556504 9.26146573 -> 1.31194314E-565556505 Inexact Rounded\r
-xdvi147 divideint 1.21505164E-565556504 9.26146573 -> 0\r
-xmul147 multiply 1.21505164E-565556504 9.26146573 -> 1.12531591E-565556503 Inexact Rounded\r
-xpow147 power 1.21505164E-565556504 9 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem147 remainder 1.21505164E-565556504 9.26146573 -> 1.21505164E-565556504\r
-xsub147 subtract 1.21505164E-565556504 9.26146573 -> -9.26146573 Inexact Rounded\r
-xadd148 add -8303060.25E-169894883 901561.985 -> 901561.985 Inexact Rounded\r
-xcom148 compare -8303060.25E-169894883 901561.985 -> -1\r
-xdiv148 divide -8303060.25E-169894883 901561.985 -> -9.20963881E-169894883 Inexact Rounded\r
-xdvi148 divideint -8303060.25E-169894883 901561.985 -> -0\r
-xmul148 multiply -8303060.25E-169894883 901561.985 -> -7.48572348E-169894871 Inexact Rounded\r
-xpow148 power -8303060.25E-169894883 901562 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem148 remainder -8303060.25E-169894883 901561.985 -> -8.30306025E-169894877\r
-xsub148 subtract -8303060.25E-169894883 901561.985 -> -901561.985 Inexact Rounded\r
-xadd149 add -592464.92 71445510.7 -> 70853045.8 Inexact Rounded\r
-xcom149 compare -592464.92 71445510.7 -> -1\r
-xdiv149 divide -592464.92 71445510.7 -> -0.00829254231 Inexact Rounded\r
-xdvi149 divideint -592464.92 71445510.7 -> -0\r
-xmul149 multiply -592464.92 71445510.7 -> -4.23289588E+13 Inexact Rounded\r
-xpow149 power -592464.92 71445511 -> -1.58269108E+412430832 Inexact Rounded\r
-xrem149 remainder -592464.92 71445510.7 -> -592464.92\r
-xsub149 subtract -592464.92 71445510.7 -> -72037975.6 Inexact Rounded\r
-xadd150 add -73774.4165 -39.8243027 -> -73814.2408 Inexact Rounded\r
-xcom150 compare -73774.4165 -39.8243027 -> -1\r
-xdiv150 divide -73774.4165 -39.8243027 -> 1852.49738 Inexact Rounded\r
-xdvi150 divideint -73774.4165 -39.8243027 -> 1852\r
-xmul150 multiply -73774.4165 -39.8243027 -> 2938014.69 Inexact Rounded\r
-xpow150 power -73774.4165 -40 -> 1.92206765E-195 Inexact Rounded\r
-xrem150 remainder -73774.4165 -39.8243027 -> -19.8078996\r
-xsub150 subtract -73774.4165 -39.8243027 -> -73734.5922 Inexact Rounded\r
-xadd151 add -524724715. -55763.7937 -> -524780479 Inexact Rounded\r
-xcom151 compare -524724715. -55763.7937 -> -1\r
-xdiv151 divide -524724715. -55763.7937 -> 9409.77434 Inexact Rounded\r
-xdvi151 divideint -524724715. -55763.7937 -> 9409\r
-xmul151 multiply -524724715. -55763.7937 -> 2.92606408E+13 Inexact Rounded\r
-xpow151 power -524724715. -55764 -> 5.47898351E-486259 Inexact Rounded\r
-xrem151 remainder -524724715. -55763.7937 -> -43180.0767\r
-xsub151 subtract -524724715. -55763.7937 -> -524668951 Inexact Rounded\r
-xadd152 add 7.53800427 784873768E-9981146 -> 7.53800427 Inexact Rounded\r
-xcom152 compare 7.53800427 784873768E-9981146 -> 1\r
-xdiv152 divide 7.53800427 784873768E-9981146 -> 9.60409760E+9981137 Inexact Rounded\r
-xdvi152 divideint 7.53800427 784873768E-9981146 -> NaN Division_impossible\r
-xmul152 multiply 7.53800427 784873768E-9981146 -> 5.91638181E-9981137 Inexact Rounded\r
-xpow152 power 7.53800427 8 -> 10424399.2 Inexact Rounded\r
-xrem152 remainder 7.53800427 784873768E-9981146 -> NaN Division_impossible\r
-xsub152 subtract 7.53800427 784873768E-9981146 -> 7.53800427 Inexact Rounded\r
-xadd153 add 37.6027452 7.22454233 -> 44.8272875 Inexact Rounded\r
-xcom153 compare 37.6027452 7.22454233 -> 1\r
-xdiv153 divide 37.6027452 7.22454233 -> 5.20486191 Inexact Rounded\r
-xdvi153 divideint 37.6027452 7.22454233 -> 5\r
-xmul153 multiply 37.6027452 7.22454233 -> 271.662624 Inexact Rounded\r
-xpow153 power 37.6027452 7 -> 1.06300881E+11 Inexact Rounded\r
-xrem153 remainder 37.6027452 7.22454233 -> 1.48003355\r
-xsub153 subtract 37.6027452 7.22454233 -> 30.3782029 Inexact Rounded\r
-xadd154 add 2447660.39 -36981.4253 -> 2410678.96 Inexact Rounded\r
-xcom154 compare 2447660.39 -36981.4253 -> 1\r
-xdiv154 divide 2447660.39 -36981.4253 -> -66.1862102 Inexact Rounded\r
-xdvi154 divideint 2447660.39 -36981.4253 -> -66\r
-xmul154 multiply 2447660.39 -36981.4253 -> -9.05179699E+10 Inexact Rounded\r
-xpow154 power 2447660.39 -36981 -> 3.92066064E-236263 Inexact Rounded\r
-xrem154 remainder 2447660.39 -36981.4253 -> 6886.3202\r
-xsub154 subtract 2447660.39 -36981.4253 -> 2484641.82 Inexact Rounded\r
-xadd155 add 2160.36419 1418.33574E+656265382 -> 1.41833574E+656265385 Inexact Rounded\r
-xcom155 compare 2160.36419 1418.33574E+656265382 -> -1\r
-xdiv155 divide 2160.36419 1418.33574E+656265382 -> 1.52316841E-656265382 Inexact Rounded\r
-xdvi155 divideint 2160.36419 1418.33574E+656265382 -> 0\r
-xmul155 multiply 2160.36419 1418.33574E+656265382 -> 3.06412174E+656265388 Inexact Rounded\r
-xpow155 power 2160.36419 1 -> 2160.36419\r
-xrem155 remainder 2160.36419 1418.33574E+656265382 -> 2160.36419\r
-xsub155 subtract 2160.36419 1418.33574E+656265382 -> -1.41833574E+656265385 Inexact Rounded\r
-xadd156 add 8926.44939 54.9430027 -> 8981.39239 Inexact Rounded\r
-xcom156 compare 8926.44939 54.9430027 -> 1\r
-xdiv156 divide 8926.44939 54.9430027 -> 162.467447 Inexact Rounded\r
-xdvi156 divideint 8926.44939 54.9430027 -> 162\r
-xmul156 multiply 8926.44939 54.9430027 -> 490445.933 Inexact Rounded\r
-xpow156 power 8926.44939 55 -> 1.93789877E+217 Inexact Rounded\r
-xrem156 remainder 8926.44939 54.9430027 -> 25.6829526\r
-xsub156 subtract 8926.44939 54.9430027 -> 8871.50639 Inexact Rounded\r
-xadd157 add 861588029 -41657398E+77955925 -> -4.16573980E+77955932 Inexact Rounded\r
-xcom157 compare 861588029 -41657398E+77955925 -> 1\r
-xdiv157 divide 861588029 -41657398E+77955925 -> -2.06827135E-77955924 Inexact Rounded\r
-xdvi157 divideint 861588029 -41657398E+77955925 -> -0\r
-xmul157 multiply 861588029 -41657398E+77955925 -> -3.58915154E+77955941 Inexact Rounded\r
-xpow157 power 861588029 -4 -> 1.81468553E-36 Inexact Rounded\r
-xrem157 remainder 861588029 -41657398E+77955925 -> 861588029\r
-xsub157 subtract 861588029 -41657398E+77955925 -> 4.16573980E+77955932 Inexact Rounded\r
-xadd158 add -34.5253062 52.6722019 -> 18.1468957\r
-xcom158 compare -34.5253062 52.6722019 -> -1\r
-xdiv158 divide -34.5253062 52.6722019 -> -0.655474899 Inexact Rounded\r
-xdvi158 divideint -34.5253062 52.6722019 -> -0\r
-xmul158 multiply -34.5253062 52.6722019 -> -1818.52390 Inexact Rounded\r
-xpow158 power -34.5253062 53 -> -3.32115821E+81 Inexact Rounded\r
-xrem158 remainder -34.5253062 52.6722019 -> -34.5253062\r
-xsub158 subtract -34.5253062 52.6722019 -> -87.1975081\r
-xadd159 add -18861647. 99794586.7 -> 80932939.7\r
-xcom159 compare -18861647. 99794586.7 -> -1\r
-xdiv159 divide -18861647. 99794586.7 -> -0.189004711 Inexact Rounded\r
-xdvi159 divideint -18861647. 99794586.7 -> -0\r
-xmul159 multiply -18861647. 99794586.7 -> -1.88229027E+15 Inexact Rounded\r
-xpow159 power -18861647. 99794587 -> -4.28957459E+726063462 Inexact Rounded\r
-xrem159 remainder -18861647. 99794586.7 -> -18861647.0\r
-xsub159 subtract -18861647. 99794586.7 -> -118656234 Inexact Rounded\r
-xadd160 add 322192.407 461.67044 -> 322654.077 Inexact Rounded\r
-xcom160 compare 322192.407 461.67044 -> 1\r
-xdiv160 divide 322192.407 461.67044 -> 697.883986 Inexact Rounded\r
-xdvi160 divideint 322192.407 461.67044 -> 697\r
-xmul160 multiply 322192.407 461.67044 -> 148746710 Inexact Rounded\r
-xpow160 power 322192.407 462 -> 5.61395873E+2544 Inexact Rounded\r
-xrem160 remainder 322192.407 461.67044 -> 408.11032\r
-xsub160 subtract 322192.407 461.67044 -> 321730.737 Inexact Rounded\r
-xadd161 add -896298518E+61412314 78873.8049 -> -8.96298518E+61412322 Inexact Rounded\r
-xcom161 compare -896298518E+61412314 78873.8049 -> -1\r
-xdiv161 divide -896298518E+61412314 78873.8049 -> -1.13637033E+61412318 Inexact Rounded\r
-xdvi161 divideint -896298518E+61412314 78873.8049 -> NaN Division_impossible\r
-xmul161 multiply -896298518E+61412314 78873.8049 -> -7.06944744E+61412327 Inexact Rounded\r
-xpow161 power -896298518E+61412314 78874 -> Infinity Overflow Inexact Rounded\r
-xrem161 remainder -896298518E+61412314 78873.8049 -> NaN Division_impossible\r
-xsub161 subtract -896298518E+61412314 78873.8049 -> -8.96298518E+61412322 Inexact Rounded\r
-xadd162 add 293.773732 479899052E+789950177 -> 4.79899052E+789950185 Inexact Rounded\r
-xcom162 compare 293.773732 479899052E+789950177 -> -1\r
-xdiv162 divide 293.773732 479899052E+789950177 -> 6.12157350E-789950184 Inexact Rounded\r
-xdvi162 divideint 293.773732 479899052E+789950177 -> 0\r
-xmul162 multiply 293.773732 479899052E+789950177 -> 1.40981735E+789950188 Inexact Rounded\r
-xpow162 power 293.773732 5 -> 2.18808809E+12 Inexact Rounded\r
-xrem162 remainder 293.773732 479899052E+789950177 -> 293.773732\r
-xsub162 subtract 293.773732 479899052E+789950177 -> -4.79899052E+789950185 Inexact Rounded\r
-xadd163 add -103519362 51897955.3 -> -51621406.7\r
-xcom163 compare -103519362 51897955.3 -> -1\r
-xdiv163 divide -103519362 51897955.3 -> -1.99467130 Inexact Rounded\r
-xdvi163 divideint -103519362 51897955.3 -> -1\r
-xmul163 multiply -103519362 51897955.3 -> -5.37244322E+15 Inexact Rounded\r
-xpow163 power -103519362 51897955 -> -4.28858229E+415963229 Inexact Rounded\r
-xrem163 remainder -103519362 51897955.3 -> -51621406.7\r
-xsub163 subtract -103519362 51897955.3 -> -155417317 Inexact Rounded\r
-xadd164 add 37380.7802 -277719788. -> -277682407 Inexact Rounded\r
-xcom164 compare 37380.7802 -277719788. -> 1\r
-xdiv164 divide 37380.7802 -277719788. -> -0.000134598908 Inexact Rounded\r
-xdvi164 divideint 37380.7802 -277719788. -> -0\r
-xmul164 multiply 37380.7802 -277719788. -> -1.03813824E+13 Inexact Rounded\r
-xpow164 power 37380.7802 -277719788 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem164 remainder 37380.7802 -277719788. -> 37380.7802\r
-xsub164 subtract 37380.7802 -277719788. -> 277757169 Inexact Rounded\r
-xadd165 add 320133844. -977517477 -> -657383633\r
-xcom165 compare 320133844. -977517477 -> 1\r
-xdiv165 divide 320133844. -977517477 -> -0.327496798 Inexact Rounded\r
-xdvi165 divideint 320133844. -977517477 -> -0\r
-xmul165 multiply 320133844. -977517477 -> -3.12936427E+17 Inexact Rounded\r
-xpow165 power 320133844. -977517477 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem165 remainder 320133844. -977517477 -> 320133844\r
-xsub165 subtract 320133844. -977517477 -> 1.29765132E+9 Inexact Rounded\r
-xadd166 add 721776701E+933646161 -5689279.64E+669903645 -> 7.21776701E+933646169 Inexact Rounded\r
-xcom166 compare 721776701E+933646161 -5689279.64E+669903645 -> 1\r
-xdiv166 divide 721776701E+933646161 -5689279.64E+669903645 -> -1.26866097E+263742518 Inexact Rounded\r
-xdvi166 divideint 721776701E+933646161 -5689279.64E+669903645 -> NaN Division_impossible\r
-xmul166 multiply 721776701E+933646161 -5689279.64E+669903645 -> -Infinity Inexact Overflow Rounded\r
-xpow166 power 721776701E+933646161 -6 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem166 remainder 721776701E+933646161 -5689279.64E+669903645 -> NaN Division_impossible\r
-xsub166 subtract 721776701E+933646161 -5689279.64E+669903645 -> 7.21776701E+933646169 Inexact Rounded\r
-xadd167 add -5409.00482 -2.16149386 -> -5411.16631 Inexact Rounded\r
-xcom167 compare -5409.00482 -2.16149386 -> -1\r
-xdiv167 divide -5409.00482 -2.16149386 -> 2502.43821 Inexact Rounded\r
-xdvi167 divideint -5409.00482 -2.16149386 -> 2502\r
-xmul167 multiply -5409.00482 -2.16149386 -> 11691.5307 Inexact Rounded\r
-xpow167 power -5409.00482 -2 -> 3.41794652E-8 Inexact Rounded\r
-xrem167 remainder -5409.00482 -2.16149386 -> -0.94718228\r
-xsub167 subtract -5409.00482 -2.16149386 -> -5406.84333 Inexact Rounded\r
-xadd168 add -957960.367 322.858170 -> -957637.509 Inexact Rounded\r
-xcom168 compare -957960.367 322.858170 -> -1\r
-xdiv168 divide -957960.367 322.858170 -> -2967.12444 Inexact Rounded\r
-xdvi168 divideint -957960.367 322.858170 -> -2967\r
-xmul168 multiply -957960.367 322.858170 -> -309285331 Inexact Rounded\r
-xpow168 power -957960.367 323 -> -9.44617460E+1931 Inexact Rounded\r
-xrem168 remainder -957960.367 322.858170 -> -40.176610\r
-xsub168 subtract -957960.367 322.858170 -> -958283.225 Inexact Rounded\r
-xadd169 add -11817.8754E+613893442 -3.84735082E+888333249 -> -3.84735082E+888333249 Inexact Rounded\r
-xcom169 compare -11817.8754E+613893442 -3.84735082E+888333249 -> 1\r
-xdiv169 divide -11817.8754E+613893442 -3.84735082E+888333249 -> 3.07169165E-274439804 Inexact Rounded\r
-xdvi169 divideint -11817.8754E+613893442 -3.84735082E+888333249 -> 0\r
-xmul169 multiply -11817.8754E+613893442 -3.84735082E+888333249 -> Infinity Inexact Overflow Rounded\r
-xpow169 power -11817.8754E+613893442 -4 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem169 remainder -11817.8754E+613893442 -3.84735082E+888333249 -> -1.18178754E+613893446\r
-xsub169 subtract -11817.8754E+613893442 -3.84735082E+888333249 -> 3.84735082E+888333249 Inexact Rounded\r
-xadd170 add 840258203 58363.980E-906584723 -> 840258203 Inexact Rounded\r
-xcom170 compare 840258203 58363.980E-906584723 -> 1\r
-xdiv170 divide 840258203 58363.980E-906584723 -> 1.43968626E+906584727 Inexact Rounded\r
-xdvi170 divideint 840258203 58363.980E-906584723 -> NaN Division_impossible\r
-xmul170 multiply 840258203 58363.980E-906584723 -> 4.90408130E-906584710 Inexact Rounded\r
-xpow170 power 840258203 6 -> 3.51946431E+53 Inexact Rounded\r
-xrem170 remainder 840258203 58363.980E-906584723 -> NaN Division_impossible\r
-xsub170 subtract 840258203 58363.980E-906584723 -> 840258203 Inexact Rounded\r
-xadd171 add -205842096. -191342.721 -> -206033439 Inexact Rounded\r
-xcom171 compare -205842096. -191342.721 -> -1\r
-xdiv171 divide -205842096. -191342.721 -> 1075.77699 Inexact Rounded\r
-xdvi171 divideint -205842096. -191342.721 -> 1075\r
-xmul171 multiply -205842096. -191342.721 -> 3.93863867E+13 Inexact Rounded\r
-xpow171 power -205842096. -191343 -> -2.66955553E-1590737 Inexact Rounded\r
-xrem171 remainder -205842096. -191342.721 -> -148670.925\r
-xsub171 subtract -205842096. -191342.721 -> -205650753 Inexact Rounded\r
-xadd172 add 42501124. 884.938498E+123341480 -> 8.84938498E+123341482 Inexact Rounded\r
-xcom172 compare 42501124. 884.938498E+123341480 -> -1\r
-xdiv172 divide 42501124. 884.938498E+123341480 -> 4.80272065E-123341476 Inexact Rounded\r
-xdvi172 divideint 42501124. 884.938498E+123341480 -> 0\r
-xmul172 multiply 42501124. 884.938498E+123341480 -> 3.76108808E+123341490 Inexact Rounded\r
-xpow172 power 42501124. 9 -> 4.52484536E+68 Inexact Rounded\r
-xrem172 remainder 42501124. 884.938498E+123341480 -> 42501124\r
-xsub172 subtract 42501124. 884.938498E+123341480 -> -8.84938498E+123341482 Inexact Rounded\r
-xadd173 add -57809452. -620380746 -> -678190198\r
-xcom173 compare -57809452. -620380746 -> 1\r
-xdiv173 divide -57809452. -620380746 -> 0.0931838268 Inexact Rounded\r
-xdvi173 divideint -57809452. -620380746 -> 0\r
-xmul173 multiply -57809452. -620380746 -> 3.58638710E+16 Inexact Rounded\r
-xpow173 power -57809452. -620380746 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem173 remainder -57809452. -620380746 -> -57809452\r
-xsub173 subtract -57809452. -620380746 -> 562571294\r
-xadd174 add -8022370.31 9858581.6 -> 1836211.29\r
-xcom174 compare -8022370.31 9858581.6 -> -1\r
-xdiv174 divide -8022370.31 9858581.6 -> -0.813744881 Inexact Rounded\r
-xdvi174 divideint -8022370.31 9858581.6 -> -0\r
-xmul174 multiply -8022370.31 9858581.6 -> -7.90891923E+13 Inexact Rounded\r
-xpow174 power -8022370.31 9858582 -> 2.34458249E+68066634 Inexact Rounded\r
-xrem174 remainder -8022370.31 9858581.6 -> -8022370.31\r
-xsub174 subtract -8022370.31 9858581.6 -> -17880951.9 Inexact Rounded\r
-xadd175 add 2.49065060E+592139141 -5432.72014E-419965357 -> 2.49065060E+592139141 Inexact Rounded\r
-xcom175 compare 2.49065060E+592139141 -5432.72014E-419965357 -> 1\r
-xdiv175 divide 2.49065060E+592139141 -5432.72014E-419965357 -> -Infinity Inexact Overflow Rounded\r
-xdvi175 divideint 2.49065060E+592139141 -5432.72014E-419965357 -> NaN Division_impossible\r
-xmul175 multiply 2.49065060E+592139141 -5432.72014E-419965357 -> -1.35310077E+172173788 Inexact Rounded\r
-xpow175 power 2.49065060E+592139141 -5 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem175 remainder 2.49065060E+592139141 -5432.72014E-419965357 -> NaN Division_impossible\r
-xsub175 subtract 2.49065060E+592139141 -5432.72014E-419965357 -> 2.49065060E+592139141 Inexact Rounded\r
-xadd176 add -697273715E-242824870 -3.81757506 -> -3.81757506 Inexact Rounded\r
-xcom176 compare -697273715E-242824870 -3.81757506 -> 1\r
-xdiv176 divide -697273715E-242824870 -3.81757506 -> 1.82648331E-242824862 Inexact Rounded\r
-xdvi176 divideint -697273715E-242824870 -3.81757506 -> 0\r
-xmul176 multiply -697273715E-242824870 -3.81757506 -> 2.66189474E-242824861 Inexact Rounded\r
-xpow176 power -697273715E-242824870 -4 -> 4.23045251E+971299444 Inexact Rounded\r
-xrem176 remainder -697273715E-242824870 -3.81757506 -> -6.97273715E-242824862\r
-xsub176 subtract -697273715E-242824870 -3.81757506 -> 3.81757506 Inexact Rounded\r
-xadd177 add -7.42204403E-315716280 -8156111.67E+283261636 -> -8.15611167E+283261642 Inexact Rounded\r
-xcom177 compare -7.42204403E-315716280 -8156111.67E+283261636 -> 1\r
-xdiv177 divide -7.42204403E-315716280 -8156111.67E+283261636 -> 9.09997843E-598977923 Inexact Rounded\r
-xdvi177 divideint -7.42204403E-315716280 -8156111.67E+283261636 -> 0\r
-xmul177 multiply -7.42204403E-315716280 -8156111.67E+283261636 -> 6.05350199E-32454637 Inexact Rounded\r
-xpow177 power -7.42204403E-315716280 -8 -> Infinity Overflow Inexact Rounded\r
-xrem177 remainder -7.42204403E-315716280 -8156111.67E+283261636 -> -7.42204403E-315716280\r
-xsub177 subtract -7.42204403E-315716280 -8156111.67E+283261636 -> 8.15611167E+283261642 Inexact Rounded\r
-xadd178 add 738063892 89900467.8 -> 827964360 Inexact Rounded\r
-xcom178 compare 738063892 89900467.8 -> 1\r
-xdiv178 divide 738063892 89900467.8 -> 8.20978923 Inexact Rounded\r
-xdvi178 divideint 738063892 89900467.8 -> 8\r
-xmul178 multiply 738063892 89900467.8 -> 6.63522892E+16 Inexact Rounded\r
-xpow178 power 738063892 89900468 -> 1.53166723E+797245797 Inexact Rounded\r
-xrem178 remainder 738063892 89900467.8 -> 18860149.6\r
-xsub178 subtract 738063892 89900467.8 -> 648163424 Inexact Rounded\r
-xadd179 add -630309366 -884783.338E-21595410 -> -630309366 Inexact Rounded\r
-xcom179 compare -630309366 -884783.338E-21595410 -> -1\r
-xdiv179 divide -630309366 -884783.338E-21595410 -> 7.12388377E+21595412 Inexact Rounded\r
-xdvi179 divideint -630309366 -884783.338E-21595410 -> NaN Division_impossible\r
-xmul179 multiply -630309366 -884783.338E-21595410 -> 5.57687225E-21595396 Inexact Rounded\r
-xpow179 power -630309366 -9 -> -6.36819210E-80 Inexact Rounded\r
-xrem179 remainder -630309366 -884783.338E-21595410 -> NaN Division_impossible\r
-xsub179 subtract -630309366 -884783.338E-21595410 -> -630309366 Inexact Rounded\r
-xadd180 add 613.207774 -3007.78608 -> -2394.57831 Inexact Rounded\r
-xcom180 compare 613.207774 -3007.78608 -> 1\r
-xdiv180 divide 613.207774 -3007.78608 -> -0.203873466 Inexact Rounded\r
-xdvi180 divideint 613.207774 -3007.78608 -> -0\r
-xmul180 multiply 613.207774 -3007.78608 -> -1844397.81 Inexact Rounded\r
-xpow180 power 613.207774 -3008 -> 7.51939160E-8386 Inexact Rounded\r
-xrem180 remainder 613.207774 -3007.78608 -> 613.207774\r
-xsub180 subtract 613.207774 -3007.78608 -> 3620.99385 Inexact Rounded\r
-xadd181 add -93006222.3 -3.08964619 -> -93006225.4 Inexact Rounded\r
-xcom181 compare -93006222.3 -3.08964619 -> -1\r
-xdiv181 divide -93006222.3 -3.08964619 -> 30102547.9 Inexact Rounded\r
-xdvi181 divideint -93006222.3 -3.08964619 -> 30102547\r
-xmul181 multiply -93006222.3 -3.08964619 -> 287356320 Inexact Rounded\r
-xpow181 power -93006222.3 -3 -> -1.24297956E-24 Inexact Rounded\r
-xrem181 remainder -93006222.3 -3.08964619 -> -2.65215407\r
-xsub181 subtract -93006222.3 -3.08964619 -> -93006219.2 Inexact Rounded\r
-xadd182 add -18116.0621 34096.306E-270347092 -> -18116.0621 Inexact Rounded\r
-xcom182 compare -18116.0621 34096.306E-270347092 -> -1\r
-xdiv182 divide -18116.0621 34096.306E-270347092 -> -5.31320375E+270347091 Inexact Rounded\r
-xdvi182 divideint -18116.0621 34096.306E-270347092 -> NaN Division_impossible\r
-xmul182 multiply -18116.0621 34096.306E-270347092 -> -6.17690797E-270347084 Inexact Rounded\r
-xpow182 power -18116.0621 3 -> -5.94554133E+12 Inexact Rounded\r
-xrem182 remainder -18116.0621 34096.306E-270347092 -> NaN Division_impossible\r
-xsub182 subtract -18116.0621 34096.306E-270347092 -> -18116.0621 Inexact Rounded\r
-xadd183 add 19272386.9 -410442379. -> -391169992 Inexact Rounded\r
-xcom183 compare 19272386.9 -410442379. -> 1\r
-xdiv183 divide 19272386.9 -410442379. -> -0.0469551584 Inexact Rounded\r
-xdvi183 divideint 19272386.9 -410442379. -> -0\r
-xmul183 multiply 19272386.9 -410442379. -> -7.91020433E+15 Inexact Rounded\r
-xpow183 power 19272386.9 -410442379 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem183 remainder 19272386.9 -410442379. -> 19272386.9\r
-xsub183 subtract 19272386.9 -410442379. -> 429714766 Inexact Rounded\r
-xadd184 add 4180.30821 -1.6439543E-624759104 -> 4180.30821 Inexact Rounded\r
-xcom184 compare 4180.30821 -1.6439543E-624759104 -> 1\r
-xdiv184 divide 4180.30821 -1.6439543E-624759104 -> -2.54283724E+624759107 Inexact Rounded\r
-xdvi184 divideint 4180.30821 -1.6439543E-624759104 -> NaN Division_impossible\r
-xmul184 multiply 4180.30821 -1.6439543E-624759104 -> -6.87223566E-624759101 Inexact Rounded\r
-xpow184 power 4180.30821 -2 -> 5.72246828E-8 Inexact Rounded\r
-xrem184 remainder 4180.30821 -1.6439543E-624759104 -> NaN Division_impossible\r
-xsub184 subtract 4180.30821 -1.6439543E-624759104 -> 4180.30821 Inexact Rounded\r
-xadd185 add 571.536725 389.899220 -> 961.435945\r
-xcom185 compare 571.536725 389.899220 -> 1\r
-xdiv185 divide 571.536725 389.899220 -> 1.46585757 Inexact Rounded\r
-xdvi185 divideint 571.536725 389.899220 -> 1\r
-xmul185 multiply 571.536725 389.899220 -> 222841.723 Inexact Rounded\r
-xpow185 power 571.536725 390 -> 1.76691373E+1075 Inexact Rounded\r
-xrem185 remainder 571.536725 389.899220 -> 181.637505\r
-xsub185 subtract 571.536725 389.899220 -> 181.637505\r
-xadd186 add -622007306.E+159924886 -126.971745 -> -6.22007306E+159924894 Inexact Rounded\r
-xcom186 compare -622007306.E+159924886 -126.971745 -> -1\r
-xdiv186 divide -622007306.E+159924886 -126.971745 -> 4.89878521E+159924892 Inexact Rounded\r
-xdvi186 divideint -622007306.E+159924886 -126.971745 -> NaN Division_impossible\r
-xmul186 multiply -622007306.E+159924886 -126.971745 -> 7.89773530E+159924896 Inexact Rounded\r
-xpow186 power -622007306.E+159924886 -127 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem186 remainder -622007306.E+159924886 -126.971745 -> NaN Division_impossible\r
-xsub186 subtract -622007306.E+159924886 -126.971745 -> -6.22007306E+159924894 Inexact Rounded\r
-xadd187 add -29.356551E-282816139 37141748E-903397821 -> -2.93565510E-282816138 Inexact Rounded\r
-xcom187 compare -29.356551E-282816139 37141748E-903397821 -> -1\r
-xdiv187 divide -29.356551E-282816139 37141748E-903397821 -> -7.90392283E+620581675 Inexact Rounded\r
-xdvi187 divideint -29.356551E-282816139 37141748E-903397821 -> NaN Division_impossible\r
-xmul187 multiply -29.356551E-282816139 37141748E-903397821 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow187 power -29.356551E-282816139 4 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem187 remainder -29.356551E-282816139 37141748E-903397821 -> NaN Division_impossible\r
-xsub187 subtract -29.356551E-282816139 37141748E-903397821 -> -2.93565510E-282816138 Inexact Rounded\r
-xadd188 add 92427442.4 674334898. -> 766762340 Inexact Rounded\r
-xcom188 compare 92427442.4 674334898. -> -1\r
-xdiv188 divide 92427442.4 674334898. -> 0.137064599 Inexact Rounded\r
-xdvi188 divideint 92427442.4 674334898. -> 0\r
-xmul188 multiply 92427442.4 674334898. -> 6.23270499E+16 Inexact Rounded\r
-xpow188 power 92427442.4 674334898 -> Infinity Overflow Inexact Rounded\r
-xrem188 remainder 92427442.4 674334898. -> 92427442.4\r
-xsub188 subtract 92427442.4 674334898. -> -581907456 Inexact Rounded\r
-xadd189 add 44651895.7 -910508.438 -> 43741387.3 Inexact Rounded\r
-xcom189 compare 44651895.7 -910508.438 -> 1\r
-xdiv189 divide 44651895.7 -910508.438 -> -49.0406171 Inexact Rounded\r
-xdvi189 divideint 44651895.7 -910508.438 -> -49\r
-xmul189 multiply 44651895.7 -910508.438 -> -4.06559278E+13 Inexact Rounded\r
-xpow189 power 44651895.7 -910508 -> 3.72264277E-6965241 Inexact Rounded\r
-xrem189 remainder 44651895.7 -910508.438 -> 36982.238\r
-xsub189 subtract 44651895.7 -910508.438 -> 45562404.1 Inexact Rounded\r
-xadd190 add 647897872.E+374021790 -467.423029 -> 6.47897872E+374021798 Inexact Rounded\r
-xcom190 compare 647897872.E+374021790 -467.423029 -> 1\r
-xdiv190 divide 647897872.E+374021790 -467.423029 -> -1.38610601E+374021796 Inexact Rounded\r
-xdvi190 divideint 647897872.E+374021790 -467.423029 -> NaN Division_impossible\r
-xmul190 multiply 647897872.E+374021790 -467.423029 -> -3.02842386E+374021801 Inexact Rounded\r
-xpow190 power 647897872.E+374021790 -467 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem190 remainder 647897872.E+374021790 -467.423029 -> NaN Division_impossible\r
-xsub190 subtract 647897872.E+374021790 -467.423029 -> 6.47897872E+374021798 Inexact Rounded\r
-xadd191 add 25.2592149 59.0436981 -> 84.3029130\r
-xcom191 compare 25.2592149 59.0436981 -> -1\r
-xdiv191 divide 25.2592149 59.0436981 -> 0.427805434 Inexact Rounded\r
-xdvi191 divideint 25.2592149 59.0436981 -> 0\r
-xmul191 multiply 25.2592149 59.0436981 -> 1491.39746 Inexact Rounded\r
-xpow191 power 25.2592149 59 -> 5.53058435E+82 Inexact Rounded\r
-xrem191 remainder 25.2592149 59.0436981 -> 25.2592149\r
-xsub191 subtract 25.2592149 59.0436981 -> -33.7844832\r
-xadd192 add -6.850835 -1273.48240 -> -1280.33324 Inexact Rounded\r
-xcom192 compare -6.850835 -1273.48240 -> 1\r
-xdiv192 divide -6.850835 -1273.48240 -> 0.00537960713 Inexact Rounded\r
-xdvi192 divideint -6.850835 -1273.48240 -> 0\r
-xmul192 multiply -6.850835 -1273.48240 -> 8724.41780 Inexact Rounded\r
-xpow192 power -6.850835 -1273 -> -1.25462678E-1064 Inexact Rounded\r
-xrem192 remainder -6.850835 -1273.48240 -> -6.850835\r
-xsub192 subtract -6.850835 -1273.48240 -> 1266.63157 Inexact Rounded\r
-xadd193 add 174.272325 5638.16229 -> 5812.43462 Inexact Rounded\r
-xcom193 compare 174.272325 5638.16229 -> -1\r
-xdiv193 divide 174.272325 5638.16229 -> 0.0309094198 Inexact Rounded\r
-xdvi193 divideint 174.272325 5638.16229 -> 0\r
-xmul193 multiply 174.272325 5638.16229 -> 982575.651 Inexact Rounded\r
-xpow193 power 174.272325 5638 -> 1.11137724E+12636 Inexact Rounded\r
-xrem193 remainder 174.272325 5638.16229 -> 174.272325\r
-xsub193 subtract 174.272325 5638.16229 -> -5463.88997 Inexact Rounded\r
-xadd194 add 3455629.76 -8.27332322 -> 3455621.49 Inexact Rounded\r
-xcom194 compare 3455629.76 -8.27332322 -> 1\r
-xdiv194 divide 3455629.76 -8.27332322 -> -417683.399 Inexact Rounded\r
-xdvi194 divideint 3455629.76 -8.27332322 -> -417683\r
-xmul194 multiply 3455629.76 -8.27332322 -> -28589541.9 Inexact Rounded\r
-xpow194 power 3455629.76 -8 -> 4.91793015E-53 Inexact Rounded\r
-xrem194 remainder 3455629.76 -8.27332322 -> 3.29750074\r
-xsub194 subtract 3455629.76 -8.27332322 -> 3455638.03 Inexact Rounded\r
-xadd195 add -924337723E-640771235 86639377.1 -> 86639377.1 Inexact Rounded\r
-xcom195 compare -924337723E-640771235 86639377.1 -> -1\r
-xdiv195 divide -924337723E-640771235 86639377.1 -> -1.06687947E-640771234 Inexact Rounded\r
-xdvi195 divideint -924337723E-640771235 86639377.1 -> -0\r
-xmul195 multiply -924337723E-640771235 86639377.1 -> -8.00840446E-640771219 Inexact Rounded\r
-xpow195 power -924337723E-640771235 86639377 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem195 remainder -924337723E-640771235 86639377.1 -> -9.24337723E-640771227\r
-xsub195 subtract -924337723E-640771235 86639377.1 -> -86639377.1 Inexact Rounded\r
-xadd196 add -620236932.E+656823969 3364722.73 -> -6.20236932E+656823977 Inexact Rounded\r
-xcom196 compare -620236932.E+656823969 3364722.73 -> -1\r
-xdiv196 divide -620236932.E+656823969 3364722.73 -> -1.84335228E+656823971 Inexact Rounded\r
-xdvi196 divideint -620236932.E+656823969 3364722.73 -> NaN Division_impossible\r
-xmul196 multiply -620236932.E+656823969 3364722.73 -> -2.08692530E+656823984 Inexact Rounded\r
-xpow196 power -620236932.E+656823969 3364723 -> -Infinity Overflow Inexact Rounded\r
-xrem196 remainder -620236932.E+656823969 3364722.73 -> NaN Division_impossible\r
-xsub196 subtract -620236932.E+656823969 3364722.73 -> -6.20236932E+656823977 Inexact Rounded\r
-xadd197 add 9.10025079 702777882E-8192234 -> 9.10025079 Inexact Rounded\r
-xcom197 compare 9.10025079 702777882E-8192234 -> 1\r
-xdiv197 divide 9.10025079 702777882E-8192234 -> 1.29489715E+8192226 Inexact Rounded\r
-xdvi197 divideint 9.10025079 702777882E-8192234 -> NaN Division_impossible\r
-xmul197 multiply 9.10025079 702777882E-8192234 -> 6.39545498E-8192225 Inexact Rounded\r
-xpow197 power 9.10025079 7 -> 5168607.19 Inexact Rounded\r
-xrem197 remainder 9.10025079 702777882E-8192234 -> NaN Division_impossible\r
-xsub197 subtract 9.10025079 702777882E-8192234 -> 9.10025079 Inexact Rounded\r
-xadd198 add -18857539.9 813013129. -> 794155589 Inexact Rounded\r
-xcom198 compare -18857539.9 813013129. -> -1\r
-xdiv198 divide -18857539.9 813013129. -> -0.0231946315 Inexact Rounded\r
-xdvi198 divideint -18857539.9 813013129. -> -0\r
-xmul198 multiply -18857539.9 813013129. -> -1.53314275E+16 Inexact Rounded\r
-xpow198 power -18857539.9 813013129 -> -Infinity Overflow Inexact Rounded\r
-xrem198 remainder -18857539.9 813013129. -> -18857539.9\r
-xsub198 subtract -18857539.9 813013129. -> -831870669 Inexact Rounded\r
-xadd199 add -8.29530327 3243419.57E+35688332 -> 3.24341957E+35688338 Inexact Rounded\r
-xcom199 compare -8.29530327 3243419.57E+35688332 -> -1\r
-xdiv199 divide -8.29530327 3243419.57E+35688332 -> -2.55757946E-35688338 Inexact Rounded\r
-xdvi199 divideint -8.29530327 3243419.57E+35688332 -> -0\r
-xmul199 multiply -8.29530327 3243419.57E+35688332 -> -2.69051490E+35688339 Inexact Rounded\r
-xpow199 power -8.29530327 3 -> -570.816876 Inexact Rounded\r
-xrem199 remainder -8.29530327 3243419.57E+35688332 -> -8.29530327\r
-xsub199 subtract -8.29530327 3243419.57E+35688332 -> -3.24341957E+35688338 Inexact Rounded\r
-xadd200 add -57101683.5 763551341E+991491712 -> 7.63551341E+991491720 Inexact Rounded\r
-xcom200 compare -57101683.5 763551341E+991491712 -> -1\r
-xdiv200 divide -57101683.5 763551341E+991491712 -> -7.47843405E-991491714 Inexact Rounded\r
-xdvi200 divideint -57101683.5 763551341E+991491712 -> -0\r
-xmul200 multiply -57101683.5 763551341E+991491712 -> -4.36000670E+991491728 Inexact Rounded\r
-xpow200 power -57101683.5 8 -> 1.13029368E+62 Inexact Rounded\r
-xrem200 remainder -57101683.5 763551341E+991491712 -> -57101683.5\r
-xsub200 subtract -57101683.5 763551341E+991491712 -> -7.63551341E+991491720 Inexact Rounded\r
-xadd201 add -603326.740 1710.95183 -> -601615.788 Inexact Rounded\r
-xcom201 compare -603326.740 1710.95183 -> -1\r
-xdiv201 divide -603326.740 1710.95183 -> -352.626374 Inexact Rounded\r
-xdvi201 divideint -603326.740 1710.95183 -> -352\r
-xmul201 multiply -603326.740 1710.95183 -> -1.03226299E+9 Inexact Rounded\r
-xpow201 power -603326.740 1711 -> -3.35315976E+9890 Inexact Rounded\r
-xrem201 remainder -603326.740 1710.95183 -> -1071.69584\r
-xsub201 subtract -603326.740 1710.95183 -> -605037.692 Inexact Rounded\r
-xadd202 add -48142763.3 -943434114 -> -991576877 Inexact Rounded\r
-xcom202 compare -48142763.3 -943434114 -> 1\r
-xdiv202 divide -48142763.3 -943434114 -> 0.0510292797 Inexact Rounded\r
-xdvi202 divideint -48142763.3 -943434114 -> 0\r
-xmul202 multiply -48142763.3 -943434114 -> 4.54195252E+16 Inexact Rounded\r
-xpow202 power -48142763.3 -943434114 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem202 remainder -48142763.3 -943434114 -> -48142763.3\r
-xsub202 subtract -48142763.3 -943434114 -> 895291351 Inexact Rounded\r
-xadd203 add -204.586767 -235.531847 -> -440.118614\r
-xcom203 compare -204.586767 -235.531847 -> 1\r
-xdiv203 divide -204.586767 -235.531847 -> 0.868616154 Inexact Rounded\r
-xdvi203 divideint -204.586767 -235.531847 -> 0\r
-xmul203 multiply -204.586767 -235.531847 -> 48186.6991 Inexact Rounded\r
-xpow203 power -204.586767 -236 -> 4.29438222E-546 Inexact Rounded\r
-xrem203 remainder -204.586767 -235.531847 -> -204.586767\r
-xsub203 subtract -204.586767 -235.531847 -> 30.945080\r
-xadd204 add -70.3805581 830137.913 -> 830067.532 Inexact Rounded\r
-xcom204 compare -70.3805581 830137.913 -> -1\r
-xdiv204 divide -70.3805581 830137.913 -> -0.0000847817658 Inexact Rounded\r
-xdvi204 divideint -70.3805581 830137.913 -> -0\r
-xmul204 multiply -70.3805581 830137.913 -> -58425569.6 Inexact Rounded\r
-xpow204 power -70.3805581 830138 -> 4.95165841E+1533640 Inexact Rounded\r
-xrem204 remainder -70.3805581 830137.913 -> -70.3805581\r
-xsub204 subtract -70.3805581 830137.913 -> -830208.294 Inexact Rounded\r
-xadd205 add -8818.47606 -60766.4571 -> -69584.9332 Inexact Rounded\r
-xcom205 compare -8818.47606 -60766.4571 -> 1\r
-xdiv205 divide -8818.47606 -60766.4571 -> 0.145120787 Inexact Rounded\r
-xdvi205 divideint -8818.47606 -60766.4571 -> 0\r
-xmul205 multiply -8818.47606 -60766.4571 -> 535867547 Inexact Rounded\r
-xpow205 power -8818.47606 -60766 -> 1.64487755E-239746 Inexact Rounded\r
-xrem205 remainder -8818.47606 -60766.4571 -> -8818.47606\r
-xsub205 subtract -8818.47606 -60766.4571 -> 51947.9810 Inexact Rounded\r
-xadd206 add 37060929.3E-168439509 -79576717.1 -> -79576717.1 Inexact Rounded\r
-xcom206 compare 37060929.3E-168439509 -79576717.1 -> 1\r
-xdiv206 divide 37060929.3E-168439509 -79576717.1 -> -4.65725788E-168439510 Inexact Rounded\r
-xdvi206 divideint 37060929.3E-168439509 -79576717.1 -> -0\r
-xmul206 multiply 37060929.3E-168439509 -79576717.1 -> -2.94918709E-168439494 Inexact Rounded\r
-xpow206 power 37060929.3E-168439509 -79576717 -> Infinity Overflow Inexact Rounded\r
-xrem206 remainder 37060929.3E-168439509 -79576717.1 -> 3.70609293E-168439502\r
-xsub206 subtract 37060929.3E-168439509 -79576717.1 -> 79576717.1 Inexact Rounded\r
-xadd207 add -656285310. -107221462. -> -763506772\r
-xcom207 compare -656285310. -107221462. -> -1\r
-xdiv207 divide -656285310. -107221462. -> 6.12083904 Inexact Rounded\r
-xdvi207 divideint -656285310. -107221462. -> 6\r
-xmul207 multiply -656285310. -107221462. -> 7.03678704E+16 Inexact Rounded\r
-xpow207 power -656285310. -107221462 -> 8.05338080E-945381569 Inexact Rounded\r
-xrem207 remainder -656285310. -107221462. -> -12956538\r
-xsub207 subtract -656285310. -107221462. -> -549063848\r
-xadd208 add 653397.125 7195.30990 -> 660592.435 Inexact Rounded\r
-xcom208 compare 653397.125 7195.30990 -> 1\r
-xdiv208 divide 653397.125 7195.30990 -> 90.8087538 Inexact Rounded\r
-xdvi208 divideint 653397.125 7195.30990 -> 90\r
-xmul208 multiply 653397.125 7195.30990 -> 4.70139480E+9 Inexact Rounded\r
-xpow208 power 653397.125 7195 -> 1.58522983E+41840 Inexact Rounded\r
-xrem208 remainder 653397.125 7195.30990 -> 5819.23400\r
-xsub208 subtract 653397.125 7195.30990 -> 646201.815 Inexact Rounded\r
-xadd209 add 56221910.0E+857909374 -58.7247929 -> 5.62219100E+857909381 Inexact Rounded\r
-xcom209 compare 56221910.0E+857909374 -58.7247929 -> 1\r
-xdiv209 divide 56221910.0E+857909374 -58.7247929 -> -9.57379451E+857909379 Inexact Rounded\r
-xdvi209 divideint 56221910.0E+857909374 -58.7247929 -> NaN Division_impossible\r
-xmul209 multiply 56221910.0E+857909374 -58.7247929 -> -3.30162002E+857909383 Inexact Rounded\r
-xpow209 power 56221910.0E+857909374 -59 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem209 remainder 56221910.0E+857909374 -58.7247929 -> NaN Division_impossible\r
-xsub209 subtract 56221910.0E+857909374 -58.7247929 -> 5.62219100E+857909381 Inexact Rounded\r
-xadd210 add 809862859E+643769974 -5.06784016 -> 8.09862859E+643769982 Inexact Rounded\r
-xcom210 compare 809862859E+643769974 -5.06784016 -> 1\r
-xdiv210 divide 809862859E+643769974 -5.06784016 -> -1.59804341E+643769982 Inexact Rounded\r
-xdvi210 divideint 809862859E+643769974 -5.06784016 -> NaN Division_impossible\r
-xmul210 multiply 809862859E+643769974 -5.06784016 -> -4.10425552E+643769983 Inexact Rounded\r
-xpow210 power 809862859E+643769974 -5 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem210 remainder 809862859E+643769974 -5.06784016 -> NaN Division_impossible\r
-xsub210 subtract 809862859E+643769974 -5.06784016 -> 8.09862859E+643769982 Inexact Rounded\r
-xadd211 add -62011.4563E-117563240 -57.1731586E+115657204 -> -5.71731586E+115657205 Inexact Rounded\r
-xcom211 compare -62011.4563E-117563240 -57.1731586E+115657204 -> 1\r
-xdiv211 divide -62011.4563E-117563240 -57.1731586E+115657204 -> 1.08462534E-233220441 Inexact Rounded\r
-xdvi211 divideint -62011.4563E-117563240 -57.1731586E+115657204 -> 0\r
-xmul211 multiply -62011.4563E-117563240 -57.1731586E+115657204 -> 3.54539083E-1906030 Inexact Rounded\r
-xpow211 power -62011.4563E-117563240 -6 -> 1.75860546E+705379411 Inexact Rounded\r
-xrem211 remainder -62011.4563E-117563240 -57.1731586E+115657204 -> -6.20114563E-117563236\r
-xsub211 subtract -62011.4563E-117563240 -57.1731586E+115657204 -> 5.71731586E+115657205 Inexact Rounded\r
-xadd212 add 315.33351 91588.837E-536020149 -> 315.333510 Inexact Rounded\r
-xcom212 compare 315.33351 91588.837E-536020149 -> 1\r
-xdiv212 divide 315.33351 91588.837E-536020149 -> 3.44292515E+536020146 Inexact Rounded\r
-xdvi212 divideint 315.33351 91588.837E-536020149 -> NaN Division_impossible\r
-xmul212 multiply 315.33351 91588.837E-536020149 -> 2.88810294E-536020142 Inexact Rounded\r
-xpow212 power 315.33351 9 -> 3.08269902E+22 Inexact Rounded\r
-xrem212 remainder 315.33351 91588.837E-536020149 -> NaN Division_impossible\r
-xsub212 subtract 315.33351 91588.837E-536020149 -> 315.333510 Inexact Rounded\r
-xadd213 add 739.944710 202949.175 -> 203689.120 Inexact Rounded\r
-xcom213 compare 739.944710 202949.175 -> -1\r
-xdiv213 divide 739.944710 202949.175 -> 0.00364596067 Inexact Rounded\r
-xdvi213 divideint 739.944710 202949.175 -> 0\r
-xmul213 multiply 739.944710 202949.175 -> 150171168 Inexact Rounded\r
-xpow213 power 739.944710 202949 -> 1.32611729E+582301 Inexact Rounded\r
-xrem213 remainder 739.944710 202949.175 -> 739.944710\r
-xsub213 subtract 739.944710 202949.175 -> -202209.230 Inexact Rounded\r
-xadd214 add 87686.8016 4204890.40 -> 4292577.20 Inexact Rounded\r
-xcom214 compare 87686.8016 4204890.40 -> -1\r
-xdiv214 divide 87686.8016 4204890.40 -> 0.0208535285 Inexact Rounded\r
-xdvi214 divideint 87686.8016 4204890.40 -> 0\r
-xmul214 multiply 87686.8016 4204890.40 -> 3.68713390E+11 Inexact Rounded\r
-xpow214 power 87686.8016 4204890 -> 5.14846981E+20784494 Inexact Rounded\r
-xrem214 remainder 87686.8016 4204890.40 -> 87686.8016\r
-xsub214 subtract 87686.8016 4204890.40 -> -4117203.60 Inexact Rounded\r
-xadd215 add 987126721.E-725794834 4874166.23 -> 4874166.23 Inexact Rounded\r
-xcom215 compare 987126721.E-725794834 4874166.23 -> -1\r
-xdiv215 divide 987126721.E-725794834 4874166.23 -> 2.02522170E-725794832 Inexact Rounded\r
-xdvi215 divideint 987126721.E-725794834 4874166.23 -> 0\r
-xmul215 multiply 987126721.E-725794834 4874166.23 -> 4.81141973E-725794819 Inexact Rounded\r
-xpow215 power 987126721.E-725794834 4874166 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem215 remainder 987126721.E-725794834 4874166.23 -> 9.87126721E-725794826\r
-xsub215 subtract 987126721.E-725794834 4874166.23 -> -4874166.23 Inexact Rounded\r
-xadd216 add 728148726.E-661695938 32798.5202 -> 32798.5202 Inexact Rounded\r
-xcom216 compare 728148726.E-661695938 32798.5202 -> -1\r
-xdiv216 divide 728148726.E-661695938 32798.5202 -> 2.22006579E-661695934 Inexact Rounded\r
-xdvi216 divideint 728148726.E-661695938 32798.5202 -> 0\r
-xmul216 multiply 728148726.E-661695938 32798.5202 -> 2.38822007E-661695925 Inexact Rounded\r
-xpow216 power 728148726.E-661695938 32799 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem216 remainder 728148726.E-661695938 32798.5202 -> 7.28148726E-661695930\r
-xsub216 subtract 728148726.E-661695938 32798.5202 -> -32798.5202 Inexact Rounded\r
-xadd217 add 7428219.97 667.326760 -> 7428887.30 Inexact Rounded\r
-xcom217 compare 7428219.97 667.326760 -> 1\r
-xdiv217 divide 7428219.97 667.326760 -> 11131.3084 Inexact Rounded\r
-xdvi217 divideint 7428219.97 667.326760 -> 11131\r
-xmul217 multiply 7428219.97 667.326760 -> 4.95704997E+9 Inexact Rounded\r
-xpow217 power 7428219.97 667 -> 7.58808509E+4582 Inexact Rounded\r
-xrem217 remainder 7428219.97 667.326760 -> 205.804440\r
-xsub217 subtract 7428219.97 667.326760 -> 7427552.64 Inexact Rounded\r
-xadd218 add -7291.19212 209.64966E-588526476 -> -7291.19212 Inexact Rounded\r
-xcom218 compare -7291.19212 209.64966E-588526476 -> -1\r
-xdiv218 divide -7291.19212 209.64966E-588526476 -> -3.47779821E+588526477 Inexact Rounded\r
-xdvi218 divideint -7291.19212 209.64966E-588526476 -> NaN Division_impossible\r
-xmul218 multiply -7291.19212 209.64966E-588526476 -> -1.52859595E-588526470 Inexact Rounded\r
-xpow218 power -7291.19212 2 -> 53161482.5 Inexact Rounded\r
-xrem218 remainder -7291.19212 209.64966E-588526476 -> NaN Division_impossible\r
-xsub218 subtract -7291.19212 209.64966E-588526476 -> -7291.19212 Inexact Rounded\r
-xadd219 add -358.24550 -4447.78675E+601402509 -> -4.44778675E+601402512 Inexact Rounded\r
-xcom219 compare -358.24550 -4447.78675E+601402509 -> 1\r
-xdiv219 divide -358.24550 -4447.78675E+601402509 -> 8.05446664E-601402511 Inexact Rounded\r
-xdvi219 divideint -358.24550 -4447.78675E+601402509 -> 0\r
-xmul219 multiply -358.24550 -4447.78675E+601402509 -> 1.59339959E+601402515 Inexact Rounded\r
-xpow219 power -358.24550 -4 -> 6.07123474E-11 Inexact Rounded\r
-xrem219 remainder -358.24550 -4447.78675E+601402509 -> -358.24550\r
-xsub219 subtract -358.24550 -4447.78675E+601402509 -> 4.44778675E+601402512 Inexact Rounded\r
-xadd220 add 118.621826 -2.72010038 -> 115.901726 Inexact Rounded\r
-xcom220 compare 118.621826 -2.72010038 -> 1\r
-xdiv220 divide 118.621826 -2.72010038 -> -43.6093561 Inexact Rounded\r
-xdvi220 divideint 118.621826 -2.72010038 -> -43\r
-xmul220 multiply 118.621826 -2.72010038 -> -322.663274 Inexact Rounded\r
-xpow220 power 118.621826 -3 -> 5.99109471E-7 Inexact Rounded\r
-xrem220 remainder 118.621826 -2.72010038 -> 1.65750966\r
-xsub220 subtract 118.621826 -2.72010038 -> 121.341926 Inexact Rounded\r
-xadd221 add 8071961.94 -135533740.E-102451543 -> 8071961.94 Inexact Rounded\r
-xcom221 compare 8071961.94 -135533740.E-102451543 -> 1\r
-xdiv221 divide 8071961.94 -135533740.E-102451543 -> -5.95568450E+102451541 Inexact Rounded\r
-xdvi221 divideint 8071961.94 -135533740.E-102451543 -> NaN Division_impossible\r
-xmul221 multiply 8071961.94 -135533740.E-102451543 -> -1.09402319E-102451528 Inexact Rounded\r
-xpow221 power 8071961.94 -1 -> 1.23885619E-7 Inexact Rounded\r
-xrem221 remainder 8071961.94 -135533740.E-102451543 -> NaN Division_impossible\r
-xsub221 subtract 8071961.94 -135533740.E-102451543 -> 8071961.94 Inexact Rounded\r
-xadd222 add 64262528.5E+812118682 -8692.94447E-732186947 -> 6.42625285E+812118689 Inexact Rounded\r
-xcom222 compare 64262528.5E+812118682 -8692.94447E-732186947 -> 1\r
-xdiv222 divide 64262528.5E+812118682 -8692.94447E-732186947 -> -Infinity Inexact Overflow Rounded\r
-xdvi222 divideint 64262528.5E+812118682 -8692.94447E-732186947 -> NaN Division_impossible\r
-xmul222 multiply 64262528.5E+812118682 -8692.94447E-732186947 -> -5.58630592E+79931746 Inexact Rounded\r
-xpow222 power 64262528.5E+812118682 -9 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem222 remainder 64262528.5E+812118682 -8692.94447E-732186947 -> NaN Division_impossible\r
-xsub222 subtract 64262528.5E+812118682 -8692.94447E-732186947 -> 6.42625285E+812118689 Inexact Rounded\r
-xadd223 add -35544.4029 -567830.130 -> -603374.533 Inexact Rounded\r
-xcom223 compare -35544.4029 -567830.130 -> 1\r
-xdiv223 divide -35544.4029 -567830.130 -> 0.0625968948 Inexact Rounded\r
-xdvi223 divideint -35544.4029 -567830.130 -> 0\r
-xmul223 multiply -35544.4029 -567830.130 -> 2.01831829E+10 Inexact Rounded\r
-xpow223 power -35544.4029 -567830 -> 3.77069368E-2584065 Inexact Rounded\r
-xrem223 remainder -35544.4029 -567830.130 -> -35544.4029\r
-xsub223 subtract -35544.4029 -567830.130 -> 532285.727 Inexact Rounded\r
-xadd224 add -7.16513047E+59297103 87767.8211 -> -7.16513047E+59297103 Inexact Rounded\r
-xcom224 compare -7.16513047E+59297103 87767.8211 -> -1\r
-xdiv224 divide -7.16513047E+59297103 87767.8211 -> -8.16373288E+59297098 Inexact Rounded\r
-xdvi224 divideint -7.16513047E+59297103 87767.8211 -> NaN Division_impossible\r
-xmul224 multiply -7.16513047E+59297103 87767.8211 -> -6.28867889E+59297108 Inexact Rounded\r
-xpow224 power -7.16513047E+59297103 87768 -> Infinity Overflow Inexact Rounded\r
-xrem224 remainder -7.16513047E+59297103 87767.8211 -> NaN Division_impossible\r
-xsub224 subtract -7.16513047E+59297103 87767.8211 -> -7.16513047E+59297103 Inexact Rounded\r
-xadd225 add -509.483395 -147242915. -> -147243424 Inexact Rounded\r
-xcom225 compare -509.483395 -147242915. -> 1\r
-xdiv225 divide -509.483395 -147242915. -> 0.00000346015559 Inexact Rounded\r
-xdvi225 divideint -509.483395 -147242915. -> 0\r
-xmul225 multiply -509.483395 -147242915. -> 7.50178202E+10 Inexact Rounded\r
-xpow225 power -509.483395 -147242915 -> -3.10760519E-398605718 Inexact Rounded\r
-xrem225 remainder -509.483395 -147242915. -> -509.483395\r
-xsub225 subtract -509.483395 -147242915. -> 147242406 Inexact Rounded\r
-xadd226 add -7919047.28E+956041629 -367667329 -> -7.91904728E+956041635 Inexact Rounded\r
-xcom226 compare -7919047.28E+956041629 -367667329 -> -1\r
-xdiv226 divide -7919047.28E+956041629 -367667329 -> 2.15386211E+956041627 Inexact Rounded\r
-xdvi226 divideint -7919047.28E+956041629 -367667329 -> NaN Division_impossible\r
-xmul226 multiply -7919047.28E+956041629 -367667329 -> 2.91157496E+956041644 Inexact Rounded\r
-xpow226 power -7919047.28E+956041629 -367667329 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem226 remainder -7919047.28E+956041629 -367667329 -> NaN Division_impossible\r
-xsub226 subtract -7919047.28E+956041629 -367667329 -> -7.91904728E+956041635 Inexact Rounded\r
-xadd227 add 895612630. -36.4104040 -> 895612594 Inexact Rounded\r
-xcom227 compare 895612630. -36.4104040 -> 1\r
-xdiv227 divide 895612630. -36.4104040 -> -24597712.0 Inexact Rounded\r
-xdvi227 divideint 895612630. -36.4104040 -> -24597711\r
-xmul227 multiply 895612630. -36.4104040 -> -3.26096177E+10 Inexact Rounded\r
-xpow227 power 895612630. -36 -> 5.29264130E-323 Inexact Rounded\r
-xrem227 remainder 895612630. -36.4104040 -> 35.0147560\r
-xsub227 subtract 895612630. -36.4104040 -> 895612666 Inexact Rounded\r
-xadd228 add 25455.4973 2955.00006E+528196218 -> 2.95500006E+528196221 Inexact Rounded\r
-xcom228 compare 25455.4973 2955.00006E+528196218 -> -1\r
-xdiv228 divide 25455.4973 2955.00006E+528196218 -> 8.61438131E-528196218 Inexact Rounded\r
-xdvi228 divideint 25455.4973 2955.00006E+528196218 -> 0\r
-xmul228 multiply 25455.4973 2955.00006E+528196218 -> 7.52209960E+528196225 Inexact Rounded\r
-xpow228 power 25455.4973 3 -> 1.64947128E+13 Inexact Rounded\r
-xrem228 remainder 25455.4973 2955.00006E+528196218 -> 25455.4973\r
-xsub228 subtract 25455.4973 2955.00006E+528196218 -> -2.95500006E+528196221 Inexact Rounded\r
-xadd229 add -112.294144E+273414172 -71448007.7 -> -1.12294144E+273414174 Inexact Rounded\r
-xcom229 compare -112.294144E+273414172 -71448007.7 -> -1\r
-xdiv229 divide -112.294144E+273414172 -71448007.7 -> 1.57169035E+273414166 Inexact Rounded\r
-xdvi229 divideint -112.294144E+273414172 -71448007.7 -> NaN Division_impossible\r
-xmul229 multiply -112.294144E+273414172 -71448007.7 -> 8.02319287E+273414181 Inexact Rounded\r
-xpow229 power -112.294144E+273414172 -71448008 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem229 remainder -112.294144E+273414172 -71448007.7 -> NaN Division_impossible\r
-xsub229 subtract -112.294144E+273414172 -71448007.7 -> -1.12294144E+273414174 Inexact Rounded\r
-xadd230 add 62871.2202 2484.0382E+211662557 -> 2.48403820E+211662560 Inexact Rounded\r
-xcom230 compare 62871.2202 2484.0382E+211662557 -> -1\r
-xdiv230 divide 62871.2202 2484.0382E+211662557 -> 2.53100859E-211662556 Inexact Rounded\r
-xdvi230 divideint 62871.2202 2484.0382E+211662557 -> 0\r
-xmul230 multiply 62871.2202 2484.0382E+211662557 -> 1.56174513E+211662565 Inexact Rounded\r
-xpow230 power 62871.2202 2 -> 3.95279033E+9 Inexact Rounded\r
-xrem230 remainder 62871.2202 2484.0382E+211662557 -> 62871.2202\r
-xsub230 subtract 62871.2202 2484.0382E+211662557 -> -2.48403820E+211662560 Inexact Rounded\r
-xadd231 add 71.9281575 -9810012.5 -> -9809940.57 Inexact Rounded\r
-xcom231 compare 71.9281575 -9810012.5 -> 1\r
-xdiv231 divide 71.9281575 -9810012.5 -> -0.00000733211680 Inexact Rounded\r
-xdvi231 divideint 71.9281575 -9810012.5 -> -0\r
-xmul231 multiply 71.9281575 -9810012.5 -> -705616124 Inexact Rounded\r
-xpow231 power 71.9281575 -9810013 -> 2.00363798E-18216203 Inexact Rounded\r
-xrem231 remainder 71.9281575 -9810012.5 -> 71.9281575\r
-xsub231 subtract 71.9281575 -9810012.5 -> 9810084.43 Inexact Rounded\r
-xadd232 add -6388022. -88.042967 -> -6388110.04 Inexact Rounded\r
-xcom232 compare -6388022. -88.042967 -> -1\r
-xdiv232 divide -6388022. -88.042967 -> 72555.7329 Inexact Rounded\r
-xdvi232 divideint -6388022. -88.042967 -> 72555\r
-xmul232 multiply -6388022. -88.042967 -> 562420410 Inexact Rounded\r
-xpow232 power -6388022. -88 -> 1.34201238E-599 Inexact Rounded\r
-xrem232 remainder -6388022. -88.042967 -> -64.529315\r
-xsub232 subtract -6388022. -88.042967 -> -6387933.96 Inexact Rounded\r
-xadd233 add 372567445. 96.0992141 -> 372567541 Inexact Rounded\r
-xcom233 compare 372567445. 96.0992141 -> 1\r
-xdiv233 divide 372567445. 96.0992141 -> 3876904.18 Inexact Rounded\r
-xdvi233 divideint 372567445. 96.0992141 -> 3876904\r
-xmul233 multiply 372567445. 96.0992141 -> 3.58034387E+10 Inexact Rounded\r
-xpow233 power 372567445. 96 -> 6.84968715E+822 Inexact Rounded\r
-xrem233 remainder 372567445. 96.0992141 -> 17.4588536\r
-xsub233 subtract 372567445. 96.0992141 -> 372567349 Inexact Rounded\r
-xadd234 add 802.156517 -174409310.E-255338020 -> 802.156517 Inexact Rounded\r
-xcom234 compare 802.156517 -174409310.E-255338020 -> 1\r
-xdiv234 divide 802.156517 -174409310.E-255338020 -> -4.59927579E+255338014 Inexact Rounded\r
-xdvi234 divideint 802.156517 -174409310.E-255338020 -> NaN Division_impossible\r
-xmul234 multiply 802.156517 -174409310.E-255338020 -> -1.39903565E-255338009 Inexact Rounded\r
-xpow234 power 802.156517 -2 -> 0.00000155411005 Inexact Rounded\r
-xrem234 remainder 802.156517 -174409310.E-255338020 -> NaN Division_impossible\r
-xsub234 subtract 802.156517 -174409310.E-255338020 -> 802.156517 Inexact Rounded\r
-xadd235 add -3.65207541 74501982.0 -> 74501978.3 Inexact Rounded\r
-xcom235 compare -3.65207541 74501982.0 -> -1\r
-xdiv235 divide -3.65207541 74501982.0 -> -4.90198423E-8 Inexact Rounded\r
-xdvi235 divideint -3.65207541 74501982.0 -> -0\r
-xmul235 multiply -3.65207541 74501982.0 -> -272086856 Inexact Rounded\r
-xpow235 power -3.65207541 74501982 -> 2.10339452E+41910325 Inexact Rounded\r
-xrem235 remainder -3.65207541 74501982.0 -> -3.65207541\r
-xsub235 subtract -3.65207541 74501982.0 -> -74501985.7 Inexact Rounded\r
-xadd236 add -5297.76981 -859.719404 -> -6157.48921 Inexact Rounded\r
-xcom236 compare -5297.76981 -859.719404 -> -1\r
-xdiv236 divide -5297.76981 -859.719404 -> 6.16220802 Inexact Rounded\r
-xdvi236 divideint -5297.76981 -859.719404 -> 6\r
-xmul236 multiply -5297.76981 -859.719404 -> 4554595.50 Inexact Rounded\r
-xpow236 power -5297.76981 -860 -> 1.90523108E-3203 Inexact Rounded\r
-xrem236 remainder -5297.76981 -859.719404 -> -139.453386\r
-xsub236 subtract -5297.76981 -859.719404 -> -4438.05041 Inexact Rounded\r
-xadd237 add -684172.592 766.448597E+288361959 -> 7.66448597E+288361961 Inexact Rounded\r
-xcom237 compare -684172.592 766.448597E+288361959 -> -1\r
-xdiv237 divide -684172.592 766.448597E+288361959 -> -8.92652938E-288361957 Inexact Rounded\r
-xdvi237 divideint -684172.592 766.448597E+288361959 -> -0\r
-xmul237 multiply -684172.592 766.448597E+288361959 -> -5.24383123E+288361967 Inexact Rounded\r
-xpow237 power -684172.592 8 -> 4.80093005E+46 Inexact Rounded\r
-xrem237 remainder -684172.592 766.448597E+288361959 -> -684172.592\r
-xsub237 subtract -684172.592 766.448597E+288361959 -> -7.66448597E+288361961 Inexact Rounded\r
-xadd238 add 626919.219 57469.8727E+13188610 -> 5.74698727E+13188614 Inexact Rounded\r
-xcom238 compare 626919.219 57469.8727E+13188610 -> -1\r
-xdiv238 divide 626919.219 57469.8727E+13188610 -> 1.09086586E-13188609 Inexact Rounded\r
-xdvi238 divideint 626919.219 57469.8727E+13188610 -> 0\r
-xmul238 multiply 626919.219 57469.8727E+13188610 -> 3.60289677E+13188620 Inexact Rounded\r
-xpow238 power 626919.219 6 -> 6.07112959E+34 Inexact Rounded\r
-xrem238 remainder 626919.219 57469.8727E+13188610 -> 626919.219\r
-xsub238 subtract 626919.219 57469.8727E+13188610 -> -5.74698727E+13188614 Inexact Rounded\r
-xadd239 add -77480.5840 893265.594E+287982552 -> 8.93265594E+287982557 Inexact Rounded\r
-xcom239 compare -77480.5840 893265.594E+287982552 -> -1\r
-xdiv239 divide -77480.5840 893265.594E+287982552 -> -8.67385742E-287982554 Inexact Rounded\r
-xdvi239 divideint -77480.5840 893265.594E+287982552 -> -0\r
-xmul239 multiply -77480.5840 893265.594E+287982552 -> -6.92107399E+287982562 Inexact Rounded\r
-xpow239 power -77480.5840 9 -> -1.00631969E+44 Inexact Rounded\r
-xrem239 remainder -77480.5840 893265.594E+287982552 -> -77480.5840\r
-xsub239 subtract -77480.5840 893265.594E+287982552 -> -8.93265594E+287982557 Inexact Rounded\r
-xadd240 add -7177620.29 7786343.83 -> 608723.54\r
-xcom240 compare -7177620.29 7786343.83 -> -1\r
-xdiv240 divide -7177620.29 7786343.83 -> -0.921821647 Inexact Rounded\r
-xdvi240 divideint -7177620.29 7786343.83 -> -0\r
-xmul240 multiply -7177620.29 7786343.83 -> -5.58874195E+13 Inexact Rounded\r
-xpow240 power -7177620.29 7786344 -> 2.96037074E+53383022 Inexact Rounded\r
-xrem240 remainder -7177620.29 7786343.83 -> -7177620.29\r
-xsub240 subtract -7177620.29 7786343.83 -> -14963964.1 Inexact Rounded\r
-xadd241 add 9.6224130 4.50355112 -> 14.1259641 Inexact Rounded\r
-xcom241 compare 9.6224130 4.50355112 -> 1\r
-xdiv241 divide 9.6224130 4.50355112 -> 2.13662791 Inexact Rounded\r
-xdvi241 divideint 9.6224130 4.50355112 -> 2\r
-xmul241 multiply 9.6224130 4.50355112 -> 43.3350288 Inexact Rounded\r
-xpow241 power 9.6224130 5 -> 82493.5448 Inexact Rounded\r
-xrem241 remainder 9.6224130 4.50355112 -> 0.61531076\r
-xsub241 subtract 9.6224130 4.50355112 -> 5.11886188\r
-xadd242 add -66.6337347E-597410086 -818812885 -> -818812885 Inexact Rounded\r
-xcom242 compare -66.6337347E-597410086 -818812885 -> 1\r
-xdiv242 divide -66.6337347E-597410086 -818812885 -> 8.13784638E-597410094 Inexact Rounded\r
-xdvi242 divideint -66.6337347E-597410086 -818812885 -> 0\r
-xmul242 multiply -66.6337347E-597410086 -818812885 -> 5.45605605E-597410076 Inexact Rounded\r
-xpow242 power -66.6337347E-597410086 -818812885 -> -Infinity Overflow Inexact Rounded\r
-xrem242 remainder -66.6337347E-597410086 -818812885 -> -6.66337347E-597410085\r
-xsub242 subtract -66.6337347E-597410086 -818812885 -> 818812885 Inexact Rounded\r
-xadd243 add 65587553.7 600574.736 -> 66188128.4 Inexact Rounded\r
-xcom243 compare 65587553.7 600574.736 -> 1\r
-xdiv243 divide 65587553.7 600574.736 -> 109.207980 Inexact Rounded\r
-xdvi243 divideint 65587553.7 600574.736 -> 109\r
-xmul243 multiply 65587553.7 600574.736 -> 3.93902277E+13 Inexact Rounded\r
-xpow243 power 65587553.7 600575 -> 3.40404817E+4694587 Inexact Rounded\r
-xrem243 remainder 65587553.7 600574.736 -> 124907.476\r
-xsub243 subtract 65587553.7 600574.736 -> 64986979.0 Inexact Rounded\r
-xadd244 add -32401.939 -585200217. -> -585232619 Inexact Rounded\r
-xcom244 compare -32401.939 -585200217. -> 1\r
-xdiv244 divide -32401.939 -585200217. -> 0.0000553689798 Inexact Rounded\r
-xdvi244 divideint -32401.939 -585200217. -> 0\r
-xmul244 multiply -32401.939 -585200217. -> 1.89616217E+13 Inexact Rounded\r
-xpow244 power -32401.939 -585200217 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem244 remainder -32401.939 -585200217. -> -32401.939\r
-xsub244 subtract -32401.939 -585200217. -> 585167815 Inexact Rounded\r
-xadd245 add 69573.988 -9.77003465E+740933668 -> -9.77003465E+740933668 Inexact Rounded\r
-xcom245 compare 69573.988 -9.77003465E+740933668 -> 1\r
-xdiv245 divide 69573.988 -9.77003465E+740933668 -> -7.12116082E-740933665 Inexact Rounded\r
-xdvi245 divideint 69573.988 -9.77003465E+740933668 -> -0\r
-xmul245 multiply 69573.988 -9.77003465E+740933668 -> -6.79740273E+740933673 Inexact Rounded\r
-xpow245 power 69573.988 -10 -> 3.76297229E-49 Inexact Rounded\r
-xrem245 remainder 69573.988 -9.77003465E+740933668 -> 69573.988\r
-xsub245 subtract 69573.988 -9.77003465E+740933668 -> 9.77003465E+740933668 Inexact Rounded\r
-xadd246 add 2362.06251 -433149546.E-152643629 -> 2362.06251 Inexact Rounded\r
-xcom246 compare 2362.06251 -433149546.E-152643629 -> 1\r
-xdiv246 divide 2362.06251 -433149546.E-152643629 -> -5.45322633E+152643623 Inexact Rounded\r
-xdvi246 divideint 2362.06251 -433149546.E-152643629 -> NaN Division_impossible\r
-xmul246 multiply 2362.06251 -433149546.E-152643629 -> -1.02312630E-152643617 Inexact Rounded\r
-xpow246 power 2362.06251 -4 -> 3.21243577E-14 Inexact Rounded\r
-xrem246 remainder 2362.06251 -433149546.E-152643629 -> NaN Division_impossible\r
-xsub246 subtract 2362.06251 -433149546.E-152643629 -> 2362.06251 Inexact Rounded\r
-xadd247 add -615.23488E+249953452 -21437483.7 -> -6.15234880E+249953454 Inexact Rounded\r
-xcom247 compare -615.23488E+249953452 -21437483.7 -> -1\r
-xdiv247 divide -615.23488E+249953452 -21437483.7 -> 2.86990250E+249953447 Inexact Rounded\r
-xdvi247 divideint -615.23488E+249953452 -21437483.7 -> NaN Division_impossible\r
-xmul247 multiply -615.23488E+249953452 -21437483.7 -> 1.31890877E+249953462 Inexact Rounded\r
-xpow247 power -615.23488E+249953452 -21437484 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem247 remainder -615.23488E+249953452 -21437483.7 -> NaN Division_impossible\r
-xsub247 subtract -615.23488E+249953452 -21437483.7 -> -6.15234880E+249953454 Inexact Rounded\r
-xadd248 add 216741082. 250290244 -> 467031326\r
-xcom248 compare 216741082. 250290244 -> -1\r
-xdiv248 divide 216741082. 250290244 -> 0.865958970 Inexact Rounded\r
-xdvi248 divideint 216741082. 250290244 -> 0\r
-xmul248 multiply 216741082. 250290244 -> 5.42481783E+16 Inexact Rounded\r
-xpow248 power 216741082. 250290244 -> Infinity Overflow Inexact Rounded\r
-xrem248 remainder 216741082. 250290244 -> 216741082\r
-xsub248 subtract 216741082. 250290244 -> -33549162\r
-xadd249 add -6364720.49 5539245.64 -> -825474.85\r
-xcom249 compare -6364720.49 5539245.64 -> -1\r
-xdiv249 divide -6364720.49 5539245.64 -> -1.14902297 Inexact Rounded\r
-xdvi249 divideint -6364720.49 5539245.64 -> -1\r
-xmul249 multiply -6364720.49 5539245.64 -> -3.52557502E+13 Inexact Rounded\r
-xpow249 power -6364720.49 5539246 -> 2.96894641E+37687807 Inexact Rounded\r
-xrem249 remainder -6364720.49 5539245.64 -> -825474.85\r
-xsub249 subtract -6364720.49 5539245.64 -> -11903966.1 Inexact Rounded\r
-xadd250 add -814599.475 -14.5431191 -> -814614.018 Inexact Rounded\r
-xcom250 compare -814599.475 -14.5431191 -> -1\r
-xdiv250 divide -814599.475 -14.5431191 -> 56012.7074 Inexact Rounded\r
-xdvi250 divideint -814599.475 -14.5431191 -> 56012\r
-xmul250 multiply -814599.475 -14.5431191 -> 11846817.2 Inexact Rounded\r
-xpow250 power -814599.475 -15 -> -2.16689622E-89 Inexact Rounded\r
-xrem250 remainder -814599.475 -14.5431191 -> -10.2879708\r
-xsub250 subtract -814599.475 -14.5431191 -> -814584.932 Inexact Rounded\r
-xadd251 add -877498.755 507408724E-168628106 -> -877498.755 Inexact Rounded\r
-xcom251 compare -877498.755 507408724E-168628106 -> -1\r
-xdiv251 divide -877498.755 507408724E-168628106 -> -1.72937262E+168628103 Inexact Rounded\r
-xdvi251 divideint -877498.755 507408724E-168628106 -> NaN Division_impossible\r
-xmul251 multiply -877498.755 507408724E-168628106 -> -4.45250524E-168628092 Inexact Rounded\r
-xpow251 power -877498.755 5 -> -5.20274505E+29 Inexact Rounded\r
-xrem251 remainder -877498.755 507408724E-168628106 -> NaN Division_impossible\r
-xsub251 subtract -877498.755 507408724E-168628106 -> -877498.755 Inexact Rounded\r
-xadd252 add 10634446.5E+475783861 50.7213056E+17807809 -> 1.06344465E+475783868 Inexact Rounded\r
-xcom252 compare 10634446.5E+475783861 50.7213056E+17807809 -> 1\r
-xdiv252 divide 10634446.5E+475783861 50.7213056E+17807809 -> 2.09664289E+457976057 Inexact Rounded\r
-xdvi252 divideint 10634446.5E+475783861 50.7213056E+17807809 -> NaN Division_impossible\r
-xmul252 multiply 10634446.5E+475783861 50.7213056E+17807809 -> 5.39393011E+493591678 Inexact Rounded\r
-xpow252 power 10634446.5E+475783861 5 -> Infinity Overflow Inexact Rounded\r
-xrem252 remainder 10634446.5E+475783861 50.7213056E+17807809 -> NaN Division_impossible\r
-xsub252 subtract 10634446.5E+475783861 50.7213056E+17807809 -> 1.06344465E+475783868 Inexact Rounded\r
-xadd253 add -162726.257E-597285918 -4391.54799 -> -4391.54799 Inexact Rounded\r
-xcom253 compare -162726.257E-597285918 -4391.54799 -> 1\r
-xdiv253 divide -162726.257E-597285918 -4391.54799 -> 3.70544185E-597285917 Inexact Rounded\r
-xdvi253 divideint -162726.257E-597285918 -4391.54799 -> 0\r
-xmul253 multiply -162726.257E-597285918 -4391.54799 -> 7.14620167E-597285910 Inexact Rounded\r
-xpow253 power -162726.257E-597285918 -4392 -> Infinity Overflow Inexact Rounded\r
-xrem253 remainder -162726.257E-597285918 -4391.54799 -> -1.62726257E-597285913\r
-xsub253 subtract -162726.257E-597285918 -4391.54799 -> 4391.54799 Inexact Rounded\r
-xadd254 add 700354586.E-99856707 7198.0493E+436250299 -> 7.19804930E+436250302 Inexact Rounded\r
-xcom254 compare 700354586.E-99856707 7198.0493E+436250299 -> -1\r
-xdiv254 divide 700354586.E-99856707 7198.0493E+436250299 -> 9.72978312E-536107002 Inexact Rounded\r
-xdvi254 divideint 700354586.E-99856707 7198.0493E+436250299 -> 0\r
-xmul254 multiply 700354586.E-99856707 7198.0493E+436250299 -> 5.04118684E+336393604 Inexact Rounded\r
-xpow254 power 700354586.E-99856707 7 -> 8.26467610E-698996888 Inexact Rounded\r
-xrem254 remainder 700354586.E-99856707 7198.0493E+436250299 -> 7.00354586E-99856699\r
-xsub254 subtract 700354586.E-99856707 7198.0493E+436250299 -> -7.19804930E+436250302 Inexact Rounded\r
-xadd255 add 39617663E-463704664 -895.290346 -> -895.290346 Inexact Rounded\r
-xcom255 compare 39617663E-463704664 -895.290346 -> 1\r
-xdiv255 divide 39617663E-463704664 -895.290346 -> -4.42511898E-463704660 Inexact Rounded\r
-xdvi255 divideint 39617663E-463704664 -895.290346 -> -0\r
-xmul255 multiply 39617663E-463704664 -895.290346 -> -3.54693112E-463704654 Inexact Rounded\r
-xpow255 power 39617663E-463704664 -895 -> Infinity Overflow Inexact Rounded\r
-xrem255 remainder 39617663E-463704664 -895.290346 -> 3.9617663E-463704657\r
-xsub255 subtract 39617663E-463704664 -895.290346 -> 895.290346 Inexact Rounded\r
-xadd256 add 5350882.59 -36329829 -> -30978946.4 Inexact Rounded\r
-xcom256 compare 5350882.59 -36329829 -> 1\r
-xdiv256 divide 5350882.59 -36329829 -> -0.147286204 Inexact Rounded\r
-xdvi256 divideint 5350882.59 -36329829 -> -0\r
-xmul256 multiply 5350882.59 -36329829 -> -1.94396649E+14 Inexact Rounded\r
-xpow256 power 5350882.59 -36329829 -> 9.77006107E-244442546 Inexact Rounded\r
-xrem256 remainder 5350882.59 -36329829 -> 5350882.59\r
-xsub256 subtract 5350882.59 -36329829 -> 41680711.6 Inexact Rounded\r
-xadd257 add 91966.4084E+210382952 166740.46E-42001390 -> 9.19664084E+210382956 Inexact Rounded\r
-xcom257 compare 91966.4084E+210382952 166740.46E-42001390 -> 1\r
-xdiv257 divide 91966.4084E+210382952 166740.46E-42001390 -> 5.51554244E+252384341 Inexact Rounded\r
-xdvi257 divideint 91966.4084E+210382952 166740.46E-42001390 -> NaN Division_impossible\r
-xmul257 multiply 91966.4084E+210382952 166740.46E-42001390 -> 1.53345212E+168381572 Inexact Rounded\r
-xpow257 power 91966.4084E+210382952 2 -> 8.45782027E+420765913 Inexact Rounded\r
-xrem257 remainder 91966.4084E+210382952 166740.46E-42001390 -> NaN Division_impossible\r
-xsub257 subtract 91966.4084E+210382952 166740.46E-42001390 -> 9.19664084E+210382956 Inexact Rounded\r
-xadd258 add 231899031.E-481759076 726.337100 -> 726.337100 Inexact Rounded\r
-xcom258 compare 231899031.E-481759076 726.337100 -> -1\r
-xdiv258 divide 231899031.E-481759076 726.337100 -> 3.19271907E-481759071 Inexact Rounded\r
-xdvi258 divideint 231899031.E-481759076 726.337100 -> 0\r
-xmul258 multiply 231899031.E-481759076 726.337100 -> 1.68436870E-481759065 Inexact Rounded\r
-xpow258 power 231899031.E-481759076 726 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem258 remainder 231899031.E-481759076 726.337100 -> 2.31899031E-481759068\r
-xsub258 subtract 231899031.E-481759076 726.337100 -> -726.337100 Inexact Rounded\r
-xadd259 add -9611312.33 22109735.9 -> 12498423.6 Inexact Rounded\r
-xcom259 compare -9611312.33 22109735.9 -> -1\r
-xdiv259 divide -9611312.33 22109735.9 -> -0.434709504 Inexact Rounded\r
-xdvi259 divideint -9611312.33 22109735.9 -> -0\r
-xmul259 multiply -9611312.33 22109735.9 -> -2.12503577E+14 Inexact Rounded\r
-xpow259 power -9611312.33 22109736 -> 6.74530828E+154387481 Inexact Rounded\r
-xrem259 remainder -9611312.33 22109735.9 -> -9611312.33\r
-xsub259 subtract -9611312.33 22109735.9 -> -31721048.2 Inexact Rounded\r
-xadd260 add -5604938.15E-36812542 735937577. -> 735937577 Inexact Rounded\r
-xcom260 compare -5604938.15E-36812542 735937577. -> -1\r
-xdiv260 divide -5604938.15E-36812542 735937577. -> -7.61605104E-36812545 Inexact Rounded\r
-xdvi260 divideint -5604938.15E-36812542 735937577. -> -0\r
-xmul260 multiply -5604938.15E-36812542 735937577. -> -4.12488460E-36812527 Inexact Rounded\r
-xpow260 power -5604938.15E-36812542 735937577 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem260 remainder -5604938.15E-36812542 735937577. -> -5.60493815E-36812536\r
-xsub260 subtract -5604938.15E-36812542 735937577. -> -735937577 Inexact Rounded\r
-xadd261 add 693881413. 260547224E-480281418 -> 693881413 Inexact Rounded\r
-xcom261 compare 693881413. 260547224E-480281418 -> 1\r
-xdiv261 divide 693881413. 260547224E-480281418 -> 2.66316947E+480281418 Inexact Rounded\r
-xdvi261 divideint 693881413. 260547224E-480281418 -> NaN Division_impossible\r
-xmul261 multiply 693881413. 260547224E-480281418 -> 1.80788876E-480281401 Inexact Rounded\r
-xpow261 power 693881413. 3 -> 3.34084066E+26 Inexact Rounded\r
-xrem261 remainder 693881413. 260547224E-480281418 -> NaN Division_impossible\r
-xsub261 subtract 693881413. 260547224E-480281418 -> 693881413 Inexact Rounded\r
-xadd262 add -34865.7378E-368768024 2297117.88 -> 2297117.88 Inexact Rounded\r
-xcom262 compare -34865.7378E-368768024 2297117.88 -> -1\r
-xdiv262 divide -34865.7378E-368768024 2297117.88 -> -1.51780360E-368768026 Inexact Rounded\r
-xdvi262 divideint -34865.7378E-368768024 2297117.88 -> -0\r
-xmul262 multiply -34865.7378E-368768024 2297117.88 -> -8.00907097E-368768014 Inexact Rounded\r
-xpow262 power -34865.7378E-368768024 2297118 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem262 remainder -34865.7378E-368768024 2297117.88 -> -3.48657378E-368768020\r
-xsub262 subtract -34865.7378E-368768024 2297117.88 -> -2297117.88 Inexact Rounded\r
-xadd263 add 1123.32456 7.86747918E+930888796 -> 7.86747918E+930888796 Inexact Rounded\r
-xcom263 compare 1123.32456 7.86747918E+930888796 -> -1\r
-xdiv263 divide 1123.32456 7.86747918E+930888796 -> 1.42780748E-930888794 Inexact Rounded\r
-xdvi263 divideint 1123.32456 7.86747918E+930888796 -> 0\r
-xmul263 multiply 1123.32456 7.86747918E+930888796 -> 8.83773259E+930888799 Inexact Rounded\r
-xpow263 power 1123.32456 8 -> 2.53537401E+24 Inexact Rounded\r
-xrem263 remainder 1123.32456 7.86747918E+930888796 -> 1123.32456\r
-xsub263 subtract 1123.32456 7.86747918E+930888796 -> -7.86747918E+930888796 Inexact Rounded\r
-xadd264 add 56.6607465E+467812565 909552512E+764516200 -> 9.09552512E+764516208 Inexact Rounded\r
-xcom264 compare 56.6607465E+467812565 909552512E+764516200 -> -1\r
-xdiv264 divide 56.6607465E+467812565 909552512E+764516200 -> 6.22951899E-296703643 Inexact Rounded\r
-xdvi264 divideint 56.6607465E+467812565 909552512E+764516200 -> 0\r
-xmul264 multiply 56.6607465E+467812565 909552512E+764516200 -> Infinity Inexact Overflow Rounded\r
-xpow264 power 56.6607465E+467812565 9 -> Infinity Overflow Inexact Rounded\r
-xrem264 remainder 56.6607465E+467812565 909552512E+764516200 -> 5.66607465E+467812566\r
-xsub264 subtract 56.6607465E+467812565 909552512E+764516200 -> -9.09552512E+764516208 Inexact Rounded\r
-xadd265 add -1.85771840E+365552540 -73028339.7 -> -1.85771840E+365552540 Inexact Rounded\r
-xcom265 compare -1.85771840E+365552540 -73028339.7 -> -1\r
-xdiv265 divide -1.85771840E+365552540 -73028339.7 -> 2.54383217E+365552532 Inexact Rounded\r
-xdvi265 divideint -1.85771840E+365552540 -73028339.7 -> NaN Division_impossible\r
-xmul265 multiply -1.85771840E+365552540 -73028339.7 -> 1.35666090E+365552548 Inexact Rounded\r
-xpow265 power -1.85771840E+365552540 -73028340 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem265 remainder -1.85771840E+365552540 -73028339.7 -> NaN Division_impossible\r
-xsub265 subtract -1.85771840E+365552540 -73028339.7 -> -1.85771840E+365552540 Inexact Rounded\r
-xadd266 add 34.1935525 -40767.6450 -> -40733.4514 Inexact Rounded\r
-xcom266 compare 34.1935525 -40767.6450 -> 1\r
-xdiv266 divide 34.1935525 -40767.6450 -> -0.000838742402 Inexact Rounded\r
-xdvi266 divideint 34.1935525 -40767.6450 -> -0\r
-xmul266 multiply 34.1935525 -40767.6450 -> -1393990.61 Inexact Rounded\r
-xpow266 power 34.1935525 -40768 -> 1.45174210E-62536 Inexact Rounded\r
-xrem266 remainder 34.1935525 -40767.6450 -> 34.1935525\r
-xsub266 subtract 34.1935525 -40767.6450 -> 40801.8386 Inexact Rounded\r
-xadd267 add 26.0009168E+751618294 -304019.929 -> 2.60009168E+751618295 Inexact Rounded\r
-xcom267 compare 26.0009168E+751618294 -304019.929 -> 1\r
-xdiv267 divide 26.0009168E+751618294 -304019.929 -> -8.55237250E+751618289 Inexact Rounded\r
-xdvi267 divideint 26.0009168E+751618294 -304019.929 -> NaN Division_impossible\r
-xmul267 multiply 26.0009168E+751618294 -304019.929 -> -7.90479688E+751618300 Inexact Rounded\r
-xpow267 power 26.0009168E+751618294 -304020 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem267 remainder 26.0009168E+751618294 -304019.929 -> NaN Division_impossible\r
-xsub267 subtract 26.0009168E+751618294 -304019.929 -> 2.60009168E+751618295 Inexact Rounded\r
-xadd268 add -58.4853072E+588540055 -4647.3205 -> -5.84853072E+588540056 Inexact Rounded\r
-xcom268 compare -58.4853072E+588540055 -4647.3205 -> -1\r
-xdiv268 divide -58.4853072E+588540055 -4647.3205 -> 1.25847372E+588540053 Inexact Rounded\r
-xdvi268 divideint -58.4853072E+588540055 -4647.3205 -> NaN Division_impossible\r
-xmul268 multiply -58.4853072E+588540055 -4647.3205 -> 2.71799967E+588540060 Inexact Rounded\r
-xpow268 power -58.4853072E+588540055 -4647 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem268 remainder -58.4853072E+588540055 -4647.3205 -> NaN Division_impossible\r
-xsub268 subtract -58.4853072E+588540055 -4647.3205 -> -5.84853072E+588540056 Inexact Rounded\r
-xadd269 add 51.025101 -4467691.57 -> -4467640.54 Inexact Rounded\r
-xcom269 compare 51.025101 -4467691.57 -> 1\r
-xdiv269 divide 51.025101 -4467691.57 -> -0.0000114209095 Inexact Rounded\r
-xdvi269 divideint 51.025101 -4467691.57 -> -0\r
-xmul269 multiply 51.025101 -4467691.57 -> -227964414 Inexact Rounded\r
-xpow269 power 51.025101 -4467692 -> 4.49462589E-7629853 Inexact Rounded\r
-xrem269 remainder 51.025101 -4467691.57 -> 51.025101\r
-xsub269 subtract 51.025101 -4467691.57 -> 4467742.60 Inexact Rounded\r
-xadd270 add -2214.76582 379785372E+223117572 -> 3.79785372E+223117580 Inexact Rounded\r
-xcom270 compare -2214.76582 379785372E+223117572 -> -1\r
-xdiv270 divide -2214.76582 379785372E+223117572 -> -5.83162487E-223117578 Inexact Rounded\r
-xdvi270 divideint -2214.76582 379785372E+223117572 -> -0\r
-xmul270 multiply -2214.76582 379785372E+223117572 -> -8.41135661E+223117583 Inexact Rounded\r
-xpow270 power -2214.76582 4 -> 2.40608658E+13 Inexact Rounded\r
-xrem270 remainder -2214.76582 379785372E+223117572 -> -2214.76582\r
-xsub270 subtract -2214.76582 379785372E+223117572 -> -3.79785372E+223117580 Inexact Rounded\r
-xadd271 add -2564.75207E-841443929 -653498187 -> -653498187 Inexact Rounded\r
-xcom271 compare -2564.75207E-841443929 -653498187 -> 1\r
-xdiv271 divide -2564.75207E-841443929 -653498187 -> 3.92465063E-841443935 Inexact Rounded\r
-xdvi271 divideint -2564.75207E-841443929 -653498187 -> 0\r
-xmul271 multiply -2564.75207E-841443929 -653498187 -> 1.67606083E-841443917 Inexact Rounded\r
-xpow271 power -2564.75207E-841443929 -653498187 -> -Infinity Overflow Inexact Rounded\r
-xrem271 remainder -2564.75207E-841443929 -653498187 -> -2.56475207E-841443926\r
-xsub271 subtract -2564.75207E-841443929 -653498187 -> 653498187 Inexact Rounded\r
-xadd272 add 513115529. 27775075.6E+217133352 -> 2.77750756E+217133359 Inexact Rounded\r
-xcom272 compare 513115529. 27775075.6E+217133352 -> -1\r
-xdiv272 divide 513115529. 27775075.6E+217133352 -> 1.84739562E-217133351 Inexact Rounded\r
-xdvi272 divideint 513115529. 27775075.6E+217133352 -> 0\r
-xmul272 multiply 513115529. 27775075.6E+217133352 -> 1.42518226E+217133368 Inexact Rounded\r
-xpow272 power 513115529. 3 -> 1.35096928E+26 Inexact Rounded\r
-xrem272 remainder 513115529. 27775075.6E+217133352 -> 513115529\r
-xsub272 subtract 513115529. 27775075.6E+217133352 -> -2.77750756E+217133359 Inexact Rounded\r
-xadd273 add -247157.208 -532990.453 -> -780147.661\r
-xcom273 compare -247157.208 -532990.453 -> 1\r
-xdiv273 divide -247157.208 -532990.453 -> 0.463717890 Inexact Rounded\r
-xdvi273 divideint -247157.208 -532990.453 -> 0\r
-xmul273 multiply -247157.208 -532990.453 -> 1.31732432E+11 Inexact Rounded\r
-xpow273 power -247157.208 -532990 -> 1.48314033E-2874401 Inexact Rounded\r
-xrem273 remainder -247157.208 -532990.453 -> -247157.208\r
-xsub273 subtract -247157.208 -532990.453 -> 285833.245\r
-xadd274 add 40.2490764E-339482253 7626.85442E+594264540 -> 7.62685442E+594264543 Inexact Rounded\r
-xcom274 compare 40.2490764E-339482253 7626.85442E+594264540 -> -1\r
-xdiv274 divide 40.2490764E-339482253 7626.85442E+594264540 -> 5.27728395E-933746796 Inexact Rounded\r
-xdvi274 divideint 40.2490764E-339482253 7626.85442E+594264540 -> 0\r
-xmul274 multiply 40.2490764E-339482253 7626.85442E+594264540 -> 3.06973846E+254782292 Inexact Rounded\r
-xpow274 power 40.2490764E-339482253 8 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem274 remainder 40.2490764E-339482253 7626.85442E+594264540 -> 4.02490764E-339482252\r
-xsub274 subtract 40.2490764E-339482253 7626.85442E+594264540 -> -7.62685442E+594264543 Inexact Rounded\r
-xadd275 add -1156008.8 -8870382.36 -> -10026391.2 Inexact Rounded\r
-xcom275 compare -1156008.8 -8870382.36 -> 1\r
-xdiv275 divide -1156008.8 -8870382.36 -> 0.130322319 Inexact Rounded\r
-xdvi275 divideint -1156008.8 -8870382.36 -> 0\r
-xmul275 multiply -1156008.8 -8870382.36 -> 1.02542401E+13 Inexact Rounded\r
-xpow275 power -1156008.8 -8870382 -> 4.32494996E-53780782 Inexact Rounded\r
-xrem275 remainder -1156008.8 -8870382.36 -> -1156008.80\r
-xsub275 subtract -1156008.8 -8870382.36 -> 7714373.56\r
-xadd276 add 880097928. -52455011.1E+204538218 -> -5.24550111E+204538225 Inexact Rounded\r
-xcom276 compare 880097928. -52455011.1E+204538218 -> 1\r
-xdiv276 divide 880097928. -52455011.1E+204538218 -> -1.67781478E-204538217 Inexact Rounded\r
-xdvi276 divideint 880097928. -52455011.1E+204538218 -> -0\r
-xmul276 multiply 880097928. -52455011.1E+204538218 -> -4.61655466E+204538234 Inexact Rounded\r
-xpow276 power 880097928. -5 -> 1.89384751E-45 Inexact Rounded\r
-xrem276 remainder 880097928. -52455011.1E+204538218 -> 880097928\r
-xsub276 subtract 880097928. -52455011.1E+204538218 -> 5.24550111E+204538225 Inexact Rounded\r
-xadd277 add 5796.2524 34458329.7E+832129426 -> 3.44583297E+832129433 Inexact Rounded\r
-xcom277 compare 5796.2524 34458329.7E+832129426 -> -1\r
-xdiv277 divide 5796.2524 34458329.7E+832129426 -> 1.68210486E-832129430 Inexact Rounded\r
-xdvi277 divideint 5796.2524 34458329.7E+832129426 -> 0\r
-xmul277 multiply 5796.2524 34458329.7E+832129426 -> 1.99729176E+832129437 Inexact Rounded\r
-xpow277 power 5796.2524 3 -> 1.94734037E+11 Inexact Rounded\r
-xrem277 remainder 5796.2524 34458329.7E+832129426 -> 5796.2524\r
-xsub277 subtract 5796.2524 34458329.7E+832129426 -> -3.44583297E+832129433 Inexact Rounded\r
-xadd278 add 27.1000923E-218032223 -45.0198341 -> -45.0198341 Inexact Rounded\r
-xcom278 compare 27.1000923E-218032223 -45.0198341 -> 1\r
-xdiv278 divide 27.1000923E-218032223 -45.0198341 -> -6.01958955E-218032224 Inexact Rounded\r
-xdvi278 divideint 27.1000923E-218032223 -45.0198341 -> -0\r
-xmul278 multiply 27.1000923E-218032223 -45.0198341 -> -1.22004166E-218032220 Inexact Rounded\r
-xpow278 power 27.1000923E-218032223 -45 -> Infinity Overflow Inexact Rounded\r
-xrem278 remainder 27.1000923E-218032223 -45.0198341 -> 2.71000923E-218032222\r
-xsub278 subtract 27.1000923E-218032223 -45.0198341 -> 45.0198341 Inexact Rounded\r
-xadd279 add 42643477.8 26118465E-730390549 -> 42643477.8 Inexact Rounded\r
-xcom279 compare 42643477.8 26118465E-730390549 -> 1\r
-xdiv279 divide 42643477.8 26118465E-730390549 -> 1.63269464E+730390549 Inexact Rounded\r
-xdvi279 divideint 42643477.8 26118465E-730390549 -> NaN Division_impossible\r
-xmul279 multiply 42643477.8 26118465E-730390549 -> 1.11378218E-730390534 Inexact Rounded\r
-xpow279 power 42643477.8 3 -> 7.75457230E+22 Inexact Rounded\r
-xrem279 remainder 42643477.8 26118465E-730390549 -> NaN Division_impossible\r
-xsub279 subtract 42643477.8 26118465E-730390549 -> 42643477.8 Inexact Rounded\r
-xadd280 add -31918.9176E-163031657 -21.5422824E-807317258 -> -3.19189176E-163031653 Inexact Rounded\r
-xcom280 compare -31918.9176E-163031657 -21.5422824E-807317258 -> -1\r
-xdiv280 divide -31918.9176E-163031657 -21.5422824E-807317258 -> 1.48168690E+644285604 Inexact Rounded\r
-xdvi280 divideint -31918.9176E-163031657 -21.5422824E-807317258 -> NaN Division_impossible\r
-xmul280 multiply -31918.9176E-163031657 -21.5422824E-807317258 -> 6.87606337E-970348910 Inexact Rounded\r
-xpow280 power -31918.9176E-163031657 -2 -> 9.81530250E+326063304 Inexact Rounded\r
-xrem280 remainder -31918.9176E-163031657 -21.5422824E-807317258 -> NaN Division_impossible\r
-xsub280 subtract -31918.9176E-163031657 -21.5422824E-807317258 -> -3.19189176E-163031653 Inexact Rounded\r
-xadd281 add 84224841.0 2.62548255E+647087608 -> 2.62548255E+647087608 Inexact Rounded\r
-xcom281 compare 84224841.0 2.62548255E+647087608 -> -1\r
-xdiv281 divide 84224841.0 2.62548255E+647087608 -> 3.20797565E-647087601 Inexact Rounded\r
-xdvi281 divideint 84224841.0 2.62548255E+647087608 -> 0\r
-xmul281 multiply 84224841.0 2.62548255E+647087608 -> 2.21130850E+647087616 Inexact Rounded\r
-xpow281 power 84224841.0 3 -> 5.97476185E+23 Inexact Rounded\r
-xrem281 remainder 84224841.0 2.62548255E+647087608 -> 84224841.0\r
-xsub281 subtract 84224841.0 2.62548255E+647087608 -> -2.62548255E+647087608 Inexact Rounded\r
-xadd282 add -64413698.9 -6674.1055E-701047852 -> -64413698.9 Inexact Rounded\r
-xcom282 compare -64413698.9 -6674.1055E-701047852 -> -1\r
-xdiv282 divide -64413698.9 -6674.1055E-701047852 -> 9.65128569E+701047855 Inexact Rounded\r
-xdvi282 divideint -64413698.9 -6674.1055E-701047852 -> NaN Division_impossible\r
-xmul282 multiply -64413698.9 -6674.1055E-701047852 -> 4.29903822E-701047841 Inexact Rounded\r
-xpow282 power -64413698.9 -7 -> -2.17346338E-55 Inexact Rounded\r
-xrem282 remainder -64413698.9 -6674.1055E-701047852 -> NaN Division_impossible\r
-xsub282 subtract -64413698.9 -6674.1055E-701047852 -> -64413698.9 Inexact Rounded\r
-xadd283 add -62.5059208 9.5795779E-898350012 -> -62.5059208 Inexact Rounded\r
-xcom283 compare -62.5059208 9.5795779E-898350012 -> -1\r
-xdiv283 divide -62.5059208 9.5795779E-898350012 -> -6.52491388E+898350012 Inexact Rounded\r
-xdvi283 divideint -62.5059208 9.5795779E-898350012 -> NaN Division_impossible\r
-xmul283 multiply -62.5059208 9.5795779E-898350012 -> -5.98780338E-898350010 Inexact Rounded\r
-xpow283 power -62.5059208 10 -> 9.10356659E+17 Inexact Rounded\r
-xrem283 remainder -62.5059208 9.5795779E-898350012 -> NaN Division_impossible\r
-xsub283 subtract -62.5059208 9.5795779E-898350012 -> -62.5059208 Inexact Rounded\r
-xadd284 add 9090950.80 436.400932 -> 9091387.20 Inexact Rounded\r
-xcom284 compare 9090950.80 436.400932 -> 1\r
-xdiv284 divide 9090950.80 436.400932 -> 20831.6485 Inexact Rounded\r
-xdvi284 divideint 9090950.80 436.400932 -> 20831\r
-xmul284 multiply 9090950.80 436.400932 -> 3.96729940E+9 Inexact Rounded\r
-xpow284 power 9090950.80 436 -> 8.98789557E+3033 Inexact Rounded\r
-xrem284 remainder 9090950.80 436.400932 -> 282.985508\r
-xsub284 subtract 9090950.80 436.400932 -> 9090514.40 Inexact Rounded\r
-xadd285 add -89833825.7E+329205393 -779430.194 -> -8.98338257E+329205400 Inexact Rounded\r
-xcom285 compare -89833825.7E+329205393 -779430.194 -> -1\r
-xdiv285 divide -89833825.7E+329205393 -779430.194 -> 1.15255768E+329205395 Inexact Rounded\r
-xdvi285 divideint -89833825.7E+329205393 -779430.194 -> NaN Division_impossible\r
-xmul285 multiply -89833825.7E+329205393 -779430.194 -> 7.00191962E+329205406 Inexact Rounded\r
-xpow285 power -89833825.7E+329205393 -779430 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem285 remainder -89833825.7E+329205393 -779430.194 -> NaN Division_impossible\r
-xsub285 subtract -89833825.7E+329205393 -779430.194 -> -8.98338257E+329205400 Inexact Rounded\r
-xadd286 add -714562.019E+750205688 704079764 -> -7.14562019E+750205693 Inexact Rounded\r
-xcom286 compare -714562.019E+750205688 704079764 -> -1\r
-xdiv286 divide -714562.019E+750205688 704079764 -> -1.01488788E+750205685 Inexact Rounded\r
-xdvi286 divideint -714562.019E+750205688 704079764 -> NaN Division_impossible\r
-xmul286 multiply -714562.019E+750205688 704079764 -> -5.03108658E+750205702 Inexact Rounded\r
-xpow286 power -714562.019E+750205688 704079764 -> Infinity Overflow Inexact Rounded\r
-xrem286 remainder -714562.019E+750205688 704079764 -> NaN Division_impossible\r
-xsub286 subtract -714562.019E+750205688 704079764 -> -7.14562019E+750205693 Inexact Rounded\r
-xadd287 add -584537670. 31139.7737E-146687560 -> -584537670 Inexact Rounded\r
-xcom287 compare -584537670. 31139.7737E-146687560 -> -1\r
-xdiv287 divide -584537670. 31139.7737E-146687560 -> -1.87714168E+146687564 Inexact Rounded\r
-xdvi287 divideint -584537670. 31139.7737E-146687560 -> NaN Division_impossible\r
-xmul287 multiply -584537670. 31139.7737E-146687560 -> -1.82023708E-146687547 Inexact Rounded\r
-xpow287 power -584537670. 3 -> -1.99727337E+26 Inexact Rounded\r
-xrem287 remainder -584537670. 31139.7737E-146687560 -> NaN Division_impossible\r
-xsub287 subtract -584537670. 31139.7737E-146687560 -> -584537670 Inexact Rounded\r
-xadd288 add -4.18074650E-858746879 571035.277E-279409165 -> 5.71035277E-279409160 Inexact Rounded\r
-xcom288 compare -4.18074650E-858746879 571035.277E-279409165 -> -1\r
-xdiv288 divide -4.18074650E-858746879 571035.277E-279409165 -> -7.32134540E-579337720 Inexact Rounded\r
-xdvi288 divideint -4.18074650E-858746879 571035.277E-279409165 -> -0\r
-xmul288 multiply -4.18074650E-858746879 571035.277E-279409165 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow288 power -4.18074650E-858746879 6 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem288 remainder -4.18074650E-858746879 571035.277E-279409165 -> -4.18074650E-858746879\r
-xsub288 subtract -4.18074650E-858746879 571035.277E-279409165 -> -5.71035277E-279409160 Inexact Rounded\r
-xadd289 add 5.15309635 -695649.219E+451948183 -> -6.95649219E+451948188 Inexact Rounded\r
-xcom289 compare 5.15309635 -695649.219E+451948183 -> 1\r
-xdiv289 divide 5.15309635 -695649.219E+451948183 -> -7.40760747E-451948189 Inexact Rounded\r
-xdvi289 divideint 5.15309635 -695649.219E+451948183 -> -0\r
-xmul289 multiply 5.15309635 -695649.219E+451948183 -> -3.58474745E+451948189 Inexact Rounded\r
-xpow289 power 5.15309635 -7 -> 0.0000103638749 Inexact Rounded\r
-xrem289 remainder 5.15309635 -695649.219E+451948183 -> 5.15309635\r
-xsub289 subtract 5.15309635 -695649.219E+451948183 -> 6.95649219E+451948188 Inexact Rounded\r
-xadd290 add -940030153.E+83797657 -4.11510193 -> -9.40030153E+83797665 Inexact Rounded\r
-xcom290 compare -940030153.E+83797657 -4.11510193 -> -1\r
-xdiv290 divide -940030153.E+83797657 -4.11510193 -> 2.28434233E+83797665 Inexact Rounded\r
-xdvi290 divideint -940030153.E+83797657 -4.11510193 -> NaN Division_impossible\r
-xmul290 multiply -940030153.E+83797657 -4.11510193 -> 3.86831990E+83797666 Inexact Rounded\r
-xpow290 power -940030153.E+83797657 -4 -> 1.28065710E-335190664 Inexact Rounded\r
-xrem290 remainder -940030153.E+83797657 -4.11510193 -> NaN Division_impossible\r
-xsub290 subtract -940030153.E+83797657 -4.11510193 -> -9.40030153E+83797665 Inexact Rounded\r
-xadd291 add 89088.9683E+587739290 1.31932110 -> 8.90889683E+587739294 Inexact Rounded\r
-xcom291 compare 89088.9683E+587739290 1.31932110 -> 1\r
-xdiv291 divide 89088.9683E+587739290 1.31932110 -> 6.75263727E+587739294 Inexact Rounded\r
-xdvi291 divideint 89088.9683E+587739290 1.31932110 -> NaN Division_impossible\r
-xmul291 multiply 89088.9683E+587739290 1.31932110 -> 1.17536956E+587739295 Inexact Rounded\r
-xpow291 power 89088.9683E+587739290 1 -> 8.90889683E+587739294\r
-xrem291 remainder 89088.9683E+587739290 1.31932110 -> NaN Division_impossible\r
-xsub291 subtract 89088.9683E+587739290 1.31932110 -> 8.90889683E+587739294 Inexact Rounded\r
-xadd292 add 3336750 6.47961126 -> 3336756.48 Inexact Rounded\r
-xcom292 compare 3336750 6.47961126 -> 1\r
-xdiv292 divide 3336750 6.47961126 -> 514961.448 Inexact Rounded\r
-xdvi292 divideint 3336750 6.47961126 -> 514961\r
-xmul292 multiply 3336750 6.47961126 -> 21620842.9 Inexact Rounded\r
-xpow292 power 3336750 6 -> 1.38019997E+39 Inexact Rounded\r
-xrem292 remainder 3336750 6.47961126 -> 2.90593914\r
-xsub292 subtract 3336750 6.47961126 -> 3336743.52 Inexact Rounded\r
-xadd293 add 904654622. 692065270.E+329081915 -> 6.92065270E+329081923 Inexact Rounded\r
-xcom293 compare 904654622. 692065270.E+329081915 -> -1\r
-xdiv293 divide 904654622. 692065270.E+329081915 -> 1.30718107E-329081915 Inexact Rounded\r
-xdvi293 divideint 904654622. 692065270.E+329081915 -> 0\r
-xmul293 multiply 904654622. 692065270.E+329081915 -> 6.26080045E+329081932 Inexact Rounded\r
-xpow293 power 904654622. 7 -> 4.95883485E+62 Inexact Rounded\r
-xrem293 remainder 904654622. 692065270.E+329081915 -> 904654622\r
-xsub293 subtract 904654622. 692065270.E+329081915 -> -6.92065270E+329081923 Inexact Rounded\r
-xadd294 add 304804380 -4681.23698 -> 304799699 Inexact Rounded\r
-xcom294 compare 304804380 -4681.23698 -> 1\r
-xdiv294 divide 304804380 -4681.23698 -> -65111.9312 Inexact Rounded\r
-xdvi294 divideint 304804380 -4681.23698 -> -65111\r
-xmul294 multiply 304804380 -4681.23698 -> -1.42686154E+12 Inexact Rounded\r
-xpow294 power 304804380 -4681 -> 1.98037102E-39714 Inexact Rounded\r
-xrem294 remainder 304804380 -4681.23698 -> 4358.99522\r
-xsub294 subtract 304804380 -4681.23698 -> 304809061 Inexact Rounded\r
-xadd295 add 674.55569 -82981.2684E+852890752 -> -8.29812684E+852890756 Inexact Rounded\r
-xcom295 compare 674.55569 -82981.2684E+852890752 -> 1\r
-xdiv295 divide 674.55569 -82981.2684E+852890752 -> -8.12901156E-852890755 Inexact Rounded\r
-xdvi295 divideint 674.55569 -82981.2684E+852890752 -> -0\r
-xmul295 multiply 674.55569 -82981.2684E+852890752 -> -5.59754868E+852890759 Inexact Rounded\r
-xpow295 power 674.55569 -8 -> 2.33269265E-23 Inexact Rounded\r
-xrem295 remainder 674.55569 -82981.2684E+852890752 -> 674.55569\r
-xsub295 subtract 674.55569 -82981.2684E+852890752 -> 8.29812684E+852890756 Inexact Rounded\r
-xadd296 add -5111.51025E-108006096 5448870.4E+279212255 -> 5.44887040E+279212261 Inexact Rounded\r
-xcom296 compare -5111.51025E-108006096 5448870.4E+279212255 -> -1\r
-xdiv296 divide -5111.51025E-108006096 5448870.4E+279212255 -> -9.38086222E-387218355 Inexact Rounded\r
-xdvi296 divideint -5111.51025E-108006096 5448870.4E+279212255 -> -0\r
-xmul296 multiply -5111.51025E-108006096 5448870.4E+279212255 -> -2.78519569E+171206169 Inexact Rounded\r
-xpow296 power -5111.51025E-108006096 5 -> -3.48936323E-540030462 Inexact Rounded\r
-xrem296 remainder -5111.51025E-108006096 5448870.4E+279212255 -> -5.11151025E-108006093\r
-xsub296 subtract -5111.51025E-108006096 5448870.4E+279212255 -> -5.44887040E+279212261 Inexact Rounded\r
-xadd297 add -2623.45068 -466463938. -> -466466561 Inexact Rounded\r
-xcom297 compare -2623.45068 -466463938. -> 1\r
-xdiv297 divide -2623.45068 -466463938. -> 0.00000562412325 Inexact Rounded\r
-xdvi297 divideint -2623.45068 -466463938. -> 0\r
-xmul297 multiply -2623.45068 -466463938. -> 1.22374514E+12 Inexact Rounded\r
-xpow297 power -2623.45068 -466463938 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem297 remainder -2623.45068 -466463938. -> -2623.45068\r
-xsub297 subtract -2623.45068 -466463938. -> 466461315 Inexact Rounded\r
-xadd298 add 299350.435 3373.33551 -> 302723.771 Inexact Rounded\r
-xcom298 compare 299350.435 3373.33551 -> 1\r
-xdiv298 divide 299350.435 3373.33551 -> 88.7401903 Inexact Rounded\r
-xdvi298 divideint 299350.435 3373.33551 -> 88\r
-xmul298 multiply 299350.435 3373.33551 -> 1.00980945E+9 Inexact Rounded\r
-xpow298 power 299350.435 3373 -> 1.42817370E+18471 Inexact Rounded\r
-xrem298 remainder 299350.435 3373.33551 -> 2496.91012\r
-xsub298 subtract 299350.435 3373.33551 -> 295977.099 Inexact Rounded\r
-xadd299 add -6589947.80 -2448.75933E-591549734 -> -6589947.80 Inexact Rounded\r
-xcom299 compare -6589947.80 -2448.75933E-591549734 -> -1\r
-xdiv299 divide -6589947.80 -2448.75933E-591549734 -> 2.69113739E+591549737 Inexact Rounded\r
-xdvi299 divideint -6589947.80 -2448.75933E-591549734 -> NaN Division_impossible\r
-xmul299 multiply -6589947.80 -2448.75933E-591549734 -> 1.61371962E-591549724 Inexact Rounded\r
-xpow299 power -6589947.80 -2 -> 2.30269305E-14 Inexact Rounded\r
-xrem299 remainder -6589947.80 -2448.75933E-591549734 -> NaN Division_impossible\r
-xsub299 subtract -6589947.80 -2448.75933E-591549734 -> -6589947.80 Inexact Rounded\r
-xadd300 add 3774.5358E-491090520 173.060090 -> 173.060090 Inexact Rounded\r
-xcom300 compare 3774.5358E-491090520 173.060090 -> -1\r
-xdiv300 divide 3774.5358E-491090520 173.060090 -> 2.18105503E-491090519 Inexact Rounded\r
-xdvi300 divideint 3774.5358E-491090520 173.060090 -> 0\r
-xmul300 multiply 3774.5358E-491090520 173.060090 -> 6.53221505E-491090515 Inexact Rounded\r
-xpow300 power 3774.5358E-491090520 173 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem300 remainder 3774.5358E-491090520 173.060090 -> 3.7745358E-491090517\r
-xsub300 subtract 3774.5358E-491090520 173.060090 -> -173.060090 Inexact Rounded\r
-xadd301 add -13.6783690 -453.610117 -> -467.288486 Rounded\r
-xcom301 compare -13.6783690 -453.610117 -> 1\r
-xdiv301 divide -13.6783690 -453.610117 -> 0.0301544619 Inexact Rounded\r
-xdvi301 divideint -13.6783690 -453.610117 -> 0\r
-xmul301 multiply -13.6783690 -453.610117 -> 6204.64656 Inexact Rounded\r
-xpow301 power -13.6783690 -454 -> 1.73948535E-516 Inexact Rounded\r
-xrem301 remainder -13.6783690 -453.610117 -> -13.6783690\r
-xsub301 subtract -13.6783690 -453.610117 -> 439.931748 Rounded\r
-xadd302 add -990100927.E-615244634 223801.421E+247632618 -> 2.23801421E+247632623 Inexact Rounded\r
-xcom302 compare -990100927.E-615244634 223801.421E+247632618 -> -1\r
-xdiv302 divide -990100927.E-615244634 223801.421E+247632618 -> -4.42401537E-862877249 Inexact Rounded\r
-xdvi302 divideint -990100927.E-615244634 223801.421E+247632618 -> -0\r
-xmul302 multiply -990100927.E-615244634 223801.421E+247632618 -> -2.21585994E-367612002 Inexact Rounded\r
-xpow302 power -990100927.E-615244634 2 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem302 remainder -990100927.E-615244634 223801.421E+247632618 -> -9.90100927E-615244626\r
-xsub302 subtract -990100927.E-615244634 223801.421E+247632618 -> -2.23801421E+247632623 Inexact Rounded\r
-xadd303 add 1275.10292 -667965353 -> -667964078 Inexact Rounded\r
-xcom303 compare 1275.10292 -667965353 -> 1\r
-xdiv303 divide 1275.10292 -667965353 -> -0.00000190893572 Inexact Rounded\r
-xdvi303 divideint 1275.10292 -667965353 -> -0\r
-xmul303 multiply 1275.10292 -667965353 -> -8.51724572E+11 Inexact Rounded\r
-xpow303 power 1275.10292 -667965353 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem303 remainder 1275.10292 -667965353 -> 1275.10292\r
-xsub303 subtract 1275.10292 -667965353 -> 667966628 Inexact Rounded\r
-xadd304 add -8.76375480E-596792197 992.077361 -> 992.077361 Inexact Rounded\r
-xcom304 compare -8.76375480E-596792197 992.077361 -> -1\r
-xdiv304 divide -8.76375480E-596792197 992.077361 -> -8.83374134E-596792200 Inexact Rounded\r
-xdvi304 divideint -8.76375480E-596792197 992.077361 -> -0\r
-xmul304 multiply -8.76375480E-596792197 992.077361 -> -8.69432273E-596792194 Inexact Rounded\r
-xpow304 power -8.76375480E-596792197 992 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem304 remainder -8.76375480E-596792197 992.077361 -> -8.76375480E-596792197\r
-xsub304 subtract -8.76375480E-596792197 992.077361 -> -992.077361 Inexact Rounded\r
-xadd305 add 953.976935E+385444720 96503.3378 -> 9.53976935E+385444722 Inexact Rounded\r
-xcom305 compare 953.976935E+385444720 96503.3378 -> 1\r
-xdiv305 divide 953.976935E+385444720 96503.3378 -> 9.88542942E+385444717 Inexact Rounded\r
-xdvi305 divideint 953.976935E+385444720 96503.3378 -> NaN Division_impossible\r
-xmul305 multiply 953.976935E+385444720 96503.3378 -> 9.20619584E+385444727 Inexact Rounded\r
-xpow305 power 953.976935E+385444720 96503 -> Infinity Overflow Inexact Rounded\r
-xrem305 remainder 953.976935E+385444720 96503.3378 -> NaN Division_impossible\r
-xsub305 subtract 953.976935E+385444720 96503.3378 -> 9.53976935E+385444722 Inexact Rounded\r
-xadd306 add 213577152 -986710073E+31900046 -> -9.86710073E+31900054 Inexact Rounded\r
-xcom306 compare 213577152 -986710073E+31900046 -> 1\r
-xdiv306 divide 213577152 -986710073E+31900046 -> -2.16453807E-31900047 Inexact Rounded\r
-xdvi306 divideint 213577152 -986710073E+31900046 -> -0\r
-xmul306 multiply 213577152 -986710073E+31900046 -> -2.10738727E+31900063 Inexact Rounded\r
-xpow306 power 213577152 -10 -> 5.06351487E-84 Inexact Rounded\r
-xrem306 remainder 213577152 -986710073E+31900046 -> 213577152\r
-xsub306 subtract 213577152 -986710073E+31900046 -> 9.86710073E+31900054 Inexact Rounded\r
-xadd307 add 91393.9398E-323439228 -135.701000 -> -135.701000 Inexact Rounded\r
-xcom307 compare 91393.9398E-323439228 -135.701000 -> 1\r
-xdiv307 divide 91393.9398E-323439228 -135.701000 -> -6.73494962E-323439226 Inexact Rounded\r
-xdvi307 divideint 91393.9398E-323439228 -135.701000 -> -0\r
-xmul307 multiply 91393.9398E-323439228 -135.701000 -> -1.24022490E-323439221 Inexact Rounded\r
-xpow307 power 91393.9398E-323439228 -136 -> Infinity Overflow Inexact Rounded\r
-xrem307 remainder 91393.9398E-323439228 -135.701000 -> 9.13939398E-323439224\r
-xsub307 subtract 91393.9398E-323439228 -135.701000 -> 135.701000 Inexact Rounded\r
-xadd308 add -396.503557 45757264.E-254363788 -> -396.503557 Inexact Rounded\r
-xcom308 compare -396.503557 45757264.E-254363788 -> -1\r
-xdiv308 divide -396.503557 45757264.E-254363788 -> -8.66536856E+254363782 Inexact Rounded\r
-xdvi308 divideint -396.503557 45757264.E-254363788 -> NaN Division_impossible\r
-xmul308 multiply -396.503557 45757264.E-254363788 -> -1.81429179E-254363778 Inexact Rounded\r
-xpow308 power -396.503557 5 -> -9.80021128E+12 Inexact Rounded\r
-xrem308 remainder -396.503557 45757264.E-254363788 -> NaN Division_impossible\r
-xsub308 subtract -396.503557 45757264.E-254363788 -> -396.503557 Inexact Rounded\r
-xadd309 add 59807846.1 1.53345254 -> 59807847.6 Inexact Rounded\r
-xcom309 compare 59807846.1 1.53345254 -> 1\r
-xdiv309 divide 59807846.1 1.53345254 -> 39002084.9 Inexact Rounded\r
-xdvi309 divideint 59807846.1 1.53345254 -> 39002084\r
-xmul309 multiply 59807846.1 1.53345254 -> 91712493.5 Inexact Rounded\r
-xpow309 power 59807846.1 2 -> 3.57697846E+15 Inexact Rounded\r
-xrem309 remainder 59807846.1 1.53345254 -> 1.32490664\r
-xsub309 subtract 59807846.1 1.53345254 -> 59807844.6 Inexact Rounded\r
-xadd310 add -8046158.45 8.3635397 -> -8046150.09 Inexact Rounded\r
-xcom310 compare -8046158.45 8.3635397 -> -1\r
-xdiv310 divide -8046158.45 8.3635397 -> -962051.803 Inexact Rounded\r
-xdvi310 divideint -8046158.45 8.3635397 -> -962051\r
-xmul310 multiply -8046158.45 8.3635397 -> -67294365.6 Inexact Rounded\r
-xpow310 power -8046158.45 8 -> 1.75674467E+55 Inexact Rounded\r
-xrem310 remainder -8046158.45 8.3635397 -> -6.7180753\r
-xsub310 subtract -8046158.45 8.3635397 -> -8046166.81 Inexact Rounded\r
-xadd311 add 55.1123381E+50627250 -94.0355047E-162540316 -> 5.51123381E+50627251 Inexact Rounded\r
-xcom311 compare 55.1123381E+50627250 -94.0355047E-162540316 -> 1\r
-xdiv311 divide 55.1123381E+50627250 -94.0355047E-162540316 -> -5.86080101E+213167565 Inexact Rounded\r
-xdvi311 divideint 55.1123381E+50627250 -94.0355047E-162540316 -> NaN Division_impossible\r
-xmul311 multiply 55.1123381E+50627250 -94.0355047E-162540316 -> -5.18251653E-111913063 Inexact Rounded\r
-xpow311 power 55.1123381E+50627250 -9 -> 2.13186881E-455645266 Inexact Rounded\r
-xrem311 remainder 55.1123381E+50627250 -94.0355047E-162540316 -> NaN Division_impossible\r
-xsub311 subtract 55.1123381E+50627250 -94.0355047E-162540316 -> 5.51123381E+50627251 Inexact Rounded\r
-xadd312 add -948.038054 3580.84510 -> 2632.80705 Inexact Rounded\r
-xcom312 compare -948.038054 3580.84510 -> -1\r
-xdiv312 divide -948.038054 3580.84510 -> -0.264752601 Inexact Rounded\r
-xdvi312 divideint -948.038054 3580.84510 -> -0\r
-xmul312 multiply -948.038054 3580.84510 -> -3394777.42 Inexact Rounded\r
-xpow312 power -948.038054 3581 -> -1.03058288E+10660 Inexact Rounded\r
-xrem312 remainder -948.038054 3580.84510 -> -948.038054\r
-xsub312 subtract -948.038054 3580.84510 -> -4528.88315 Inexact Rounded\r
-xadd313 add -6026.42752 -14.2286406E-334921364 -> -6026.42752 Inexact Rounded\r
-xcom313 compare -6026.42752 -14.2286406E-334921364 -> -1\r
-xdiv313 divide -6026.42752 -14.2286406E-334921364 -> 4.23542044E+334921366 Inexact Rounded\r
-xdvi313 divideint -6026.42752 -14.2286406E-334921364 -> NaN Division_impossible\r
-xmul313 multiply -6026.42752 -14.2286406E-334921364 -> 8.57478713E-334921360 Inexact Rounded\r
-xpow313 power -6026.42752 -1 -> -0.000165935788 Inexact Rounded\r
-xrem313 remainder -6026.42752 -14.2286406E-334921364 -> NaN Division_impossible\r
-xsub313 subtract -6026.42752 -14.2286406E-334921364 -> -6026.42752 Inexact Rounded\r
-xadd314 add 79551.5014 -538.186229 -> 79013.3152 Inexact Rounded\r
-xcom314 compare 79551.5014 -538.186229 -> 1\r
-xdiv314 divide 79551.5014 -538.186229 -> -147.814078 Inexact Rounded\r
-xdvi314 divideint 79551.5014 -538.186229 -> -147\r
-xmul314 multiply 79551.5014 -538.186229 -> -42813522.5 Inexact Rounded\r
-xpow314 power 79551.5014 -538 -> 2.82599389E-2637 Inexact Rounded\r
-xrem314 remainder 79551.5014 -538.186229 -> 438.125737\r
-xsub314 subtract 79551.5014 -538.186229 -> 80089.6876 Inexact Rounded\r
-xadd315 add 42706056.E+623578292 -690.327745 -> 4.27060560E+623578299 Inexact Rounded\r
-xcom315 compare 42706056.E+623578292 -690.327745 -> 1\r
-xdiv315 divide 42706056.E+623578292 -690.327745 -> -6.18634501E+623578296 Inexact Rounded\r
-xdvi315 divideint 42706056.E+623578292 -690.327745 -> NaN Division_impossible\r
-xmul315 multiply 42706056.E+623578292 -690.327745 -> -2.94811753E+623578302 Inexact Rounded\r
-xpow315 power 42706056.E+623578292 -690 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem315 remainder 42706056.E+623578292 -690.327745 -> NaN Division_impossible\r
-xsub315 subtract 42706056.E+623578292 -690.327745 -> 4.27060560E+623578299 Inexact Rounded\r
-xadd316 add 2454136.08E+502374077 856268.795E-356664934 -> 2.45413608E+502374083 Inexact Rounded\r
-xcom316 compare 2454136.08E+502374077 856268.795E-356664934 -> 1\r
-xdiv316 divide 2454136.08E+502374077 856268.795E-356664934 -> 2.86608142E+859039011 Inexact Rounded\r
-xdvi316 divideint 2454136.08E+502374077 856268.795E-356664934 -> NaN Division_impossible\r
-xmul316 multiply 2454136.08E+502374077 856268.795E-356664934 -> 2.10140014E+145709155 Inexact Rounded\r
-xpow316 power 2454136.08E+502374077 9 -> Infinity Overflow Inexact Rounded\r
-xrem316 remainder 2454136.08E+502374077 856268.795E-356664934 -> NaN Division_impossible\r
-xsub316 subtract 2454136.08E+502374077 856268.795E-356664934 -> 2.45413608E+502374083 Inexact Rounded\r
-xadd317 add -3264204.54 -42704.501 -> -3306909.04 Inexact Rounded\r
-xcom317 compare -3264204.54 -42704.501 -> -1\r
-xdiv317 divide -3264204.54 -42704.501 -> 76.4370140 Inexact Rounded\r
-xdvi317 divideint -3264204.54 -42704.501 -> 76\r
-xmul317 multiply -3264204.54 -42704.501 -> 1.39396226E+11 Inexact Rounded\r
-xpow317 power -3264204.54 -42705 -> -1.37293410E-278171 Inexact Rounded\r
-xrem317 remainder -3264204.54 -42704.501 -> -18662.464\r
-xsub317 subtract -3264204.54 -42704.501 -> -3221500.04 Inexact Rounded\r
-xadd318 add 1.21265492 44102.6073 -> 44103.8200 Inexact Rounded\r
-xcom318 compare 1.21265492 44102.6073 -> -1\r
-xdiv318 divide 1.21265492 44102.6073 -> 0.0000274962183 Inexact Rounded\r
-xdvi318 divideint 1.21265492 44102.6073 -> 0\r
-xmul318 multiply 1.21265492 44102.6073 -> 53481.2437 Inexact Rounded\r
-xpow318 power 1.21265492 44103 -> 1.15662573E+3693 Inexact Rounded\r
-xrem318 remainder 1.21265492 44102.6073 -> 1.21265492\r
-xsub318 subtract 1.21265492 44102.6073 -> -44101.3946 Inexact Rounded\r
-xadd319 add -19.054711E+975514652 -22144.0822 -> -1.90547110E+975514653 Inexact Rounded\r
-xcom319 compare -19.054711E+975514652 -22144.0822 -> -1\r
-xdiv319 divide -19.054711E+975514652 -22144.0822 -> 8.60487729E+975514648 Inexact Rounded\r
-xdvi319 divideint -19.054711E+975514652 -22144.0822 -> NaN Division_impossible\r
-xmul319 multiply -19.054711E+975514652 -22144.0822 -> 4.21949087E+975514657 Inexact Rounded\r
-xpow319 power -19.054711E+975514652 -22144 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem319 remainder -19.054711E+975514652 -22144.0822 -> NaN Division_impossible\r
-xsub319 subtract -19.054711E+975514652 -22144.0822 -> -1.90547110E+975514653 Inexact Rounded\r
-xadd320 add 745.78452 -1922.00670E+375923302 -> -1.92200670E+375923305 Inexact Rounded\r
-xcom320 compare 745.78452 -1922.00670E+375923302 -> 1\r
-xdiv320 divide 745.78452 -1922.00670E+375923302 -> -3.88023892E-375923303 Inexact Rounded\r
-xdvi320 divideint 745.78452 -1922.00670E+375923302 -> -0\r
-xmul320 multiply 745.78452 -1922.00670E+375923302 -> -1.43340284E+375923308 Inexact Rounded\r
-xpow320 power 745.78452 -2 -> 0.00000179793204 Inexact Rounded\r
-xrem320 remainder 745.78452 -1922.00670E+375923302 -> 745.78452\r
-xsub320 subtract 745.78452 -1922.00670E+375923302 -> 1.92200670E+375923305 Inexact Rounded\r
-xadd321 add -963717836 -823989308 -> -1.78770714E+9 Inexact Rounded\r
-xcom321 compare -963717836 -823989308 -> -1\r
-xdiv321 divide -963717836 -823989308 -> 1.16957566 Inexact Rounded\r
-xdvi321 divideint -963717836 -823989308 -> 1\r
-xmul321 multiply -963717836 -823989308 -> 7.94093193E+17 Inexact Rounded\r
-xpow321 power -963717836 -823989308 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem321 remainder -963717836 -823989308 -> -139728528\r
-xsub321 subtract -963717836 -823989308 -> -139728528\r
-xadd322 add 82.4185291E-321919303 -215747737.E-995147400 -> 8.24185291E-321919302 Inexact Rounded\r
-xcom322 compare 82.4185291E-321919303 -215747737.E-995147400 -> 1\r
-xdiv322 divide 82.4185291E-321919303 -215747737.E-995147400 -> -3.82013412E+673228090 Inexact Rounded\r
-xdvi322 divideint 82.4185291E-321919303 -215747737.E-995147400 -> NaN Division_impossible\r
-xmul322 multiply 82.4185291E-321919303 -215747737.E-995147400 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow322 power 82.4185291E-321919303 -2 -> 1.47214396E+643838602 Inexact Rounded\r
-xrem322 remainder 82.4185291E-321919303 -215747737.E-995147400 -> NaN Division_impossible\r
-xsub322 subtract 82.4185291E-321919303 -215747737.E-995147400 -> 8.24185291E-321919302 Inexact Rounded\r
-xadd323 add -808328.607E-790810342 53075.7082 -> 53075.7082 Inexact Rounded\r
-xcom323 compare -808328.607E-790810342 53075.7082 -> -1\r
-xdiv323 divide -808328.607E-790810342 53075.7082 -> -1.52297281E-790810341 Inexact Rounded\r
-xdvi323 divideint -808328.607E-790810342 53075.7082 -> -0\r
-xmul323 multiply -808328.607E-790810342 53075.7082 -> -4.29026133E-790810332 Inexact Rounded\r
-xpow323 power -808328.607E-790810342 53076 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem323 remainder -808328.607E-790810342 53075.7082 -> -8.08328607E-790810337\r
-xsub323 subtract -808328.607E-790810342 53075.7082 -> -53075.7082 Inexact Rounded\r
-xadd324 add 700592.720 -698485.085 -> 2107.635\r
-xcom324 compare 700592.720 -698485.085 -> 1\r
-xdiv324 divide 700592.720 -698485.085 -> -1.00301744 Inexact Rounded\r
-xdvi324 divideint 700592.720 -698485.085 -> -1\r
-xmul324 multiply 700592.720 -698485.085 -> -4.89353566E+11 Inexact Rounded\r
-xpow324 power 700592.720 -698485 -> 8.83690000E-4082971 Inexact Rounded\r
-xrem324 remainder 700592.720 -698485.085 -> 2107.635\r
-xsub324 subtract 700592.720 -698485.085 -> 1399077.81 Inexact Rounded\r
-xadd325 add -80273928.0 661346.239 -> -79612581.8 Inexact Rounded\r
-xcom325 compare -80273928.0 661346.239 -> -1\r
-xdiv325 divide -80273928.0 661346.239 -> -121.379579 Inexact Rounded\r
-xdvi325 divideint -80273928.0 661346.239 -> -121\r
-xmul325 multiply -80273928.0 661346.239 -> -5.30888604E+13 Inexact Rounded\r
-xpow325 power -80273928.0 661346 -> 5.45664856E+5227658 Inexact Rounded\r
-xrem325 remainder -80273928.0 661346.239 -> -251033.081\r
-xsub325 subtract -80273928.0 661346.239 -> -80935274.2 Inexact Rounded\r
-xadd326 add -24018251.0E+819786764 59141.9600E-167165065 -> -2.40182510E+819786771 Inexact Rounded\r
-xcom326 compare -24018251.0E+819786764 59141.9600E-167165065 -> -1\r
-xdiv326 divide -24018251.0E+819786764 59141.9600E-167165065 -> -4.06111854E+986951831 Inexact Rounded\r
-xdvi326 divideint -24018251.0E+819786764 59141.9600E-167165065 -> NaN Division_impossible\r
-xmul326 multiply -24018251.0E+819786764 59141.9600E-167165065 -> -1.42048644E+652621711 Inexact Rounded\r
-xpow326 power -24018251.0E+819786764 6 -> Infinity Overflow Inexact Rounded\r
-xrem326 remainder -24018251.0E+819786764 59141.9600E-167165065 -> NaN Division_impossible\r
-xsub326 subtract -24018251.0E+819786764 59141.9600E-167165065 -> -2.40182510E+819786771 Inexact Rounded\r
-xadd327 add 2512953.3 -3769170.35E-993621645 -> 2512953.30 Inexact Rounded\r
-xcom327 compare 2512953.3 -3769170.35E-993621645 -> 1\r
-xdiv327 divide 2512953.3 -3769170.35E-993621645 -> -6.66712583E+993621644 Inexact Rounded\r
-xdvi327 divideint 2512953.3 -3769170.35E-993621645 -> NaN Division_impossible\r
-xmul327 multiply 2512953.3 -3769170.35E-993621645 -> -9.47174907E-993621633 Inexact Rounded\r
-xpow327 power 2512953.3 -4 -> 2.50762348E-26 Inexact Rounded\r
-xrem327 remainder 2512953.3 -3769170.35E-993621645 -> NaN Division_impossible\r
-xsub327 subtract 2512953.3 -3769170.35E-993621645 -> 2512953.30 Inexact Rounded\r
-xadd328 add -682.796370 71131.0224 -> 70448.2260 Inexact Rounded\r
-xcom328 compare -682.796370 71131.0224 -> -1\r
-xdiv328 divide -682.796370 71131.0224 -> -0.00959913617 Inexact Rounded\r
-xdvi328 divideint -682.796370 71131.0224 -> -0\r
-xmul328 multiply -682.796370 71131.0224 -> -48568003.9 Inexact Rounded\r
-xpow328 power -682.796370 71131 -> -9.28114741E+201605 Inexact Rounded\r
-xrem328 remainder -682.796370 71131.0224 -> -682.796370\r
-xsub328 subtract -682.796370 71131.0224 -> -71813.8188 Inexact Rounded\r
-xadd329 add 89.9997490 -4993.69831 -> -4903.69856 Inexact Rounded\r
-xcom329 compare 89.9997490 -4993.69831 -> 1\r
-xdiv329 divide 89.9997490 -4993.69831 -> -0.0180226644 Inexact Rounded\r
-xdvi329 divideint 89.9997490 -4993.69831 -> -0\r
-xmul329 multiply 89.9997490 -4993.69831 -> -449431.594 Inexact Rounded\r
-xpow329 power 89.9997490 -4994 -> 3.30336525E-9760 Inexact Rounded\r
-xrem329 remainder 89.9997490 -4993.69831 -> 89.9997490\r
-xsub329 subtract 89.9997490 -4993.69831 -> 5083.69806 Inexact Rounded\r
-xadd330 add 76563354.6E-112338836 278271.585E-511481095 -> 7.65633546E-112338829 Inexact Rounded\r
-xcom330 compare 76563354.6E-112338836 278271.585E-511481095 -> 1\r
-xdiv330 divide 76563354.6E-112338836 278271.585E-511481095 -> 2.75138960E+399142261 Inexact Rounded\r
-xdvi330 divideint 76563354.6E-112338836 278271.585E-511481095 -> NaN Division_impossible\r
-xmul330 multiply 76563354.6E-112338836 278271.585E-511481095 -> 2.13054060E-623819918 Inexact Rounded\r
-xpow330 power 76563354.6E-112338836 3 -> 4.48810347E-337016485 Inexact Rounded\r
-xrem330 remainder 76563354.6E-112338836 278271.585E-511481095 -> NaN Division_impossible\r
-xsub330 subtract 76563354.6E-112338836 278271.585E-511481095 -> 7.65633546E-112338829 Inexact Rounded\r
-xadd331 add -932499.010 873.377701E-502190452 -> -932499.010 Inexact Rounded\r
-xcom331 compare -932499.010 873.377701E-502190452 -> -1\r
-xdiv331 divide -932499.010 873.377701E-502190452 -> -1.06769272E+502190455 Inexact Rounded\r
-xdvi331 divideint -932499.010 873.377701E-502190452 -> NaN Division_impossible\r
-xmul331 multiply -932499.010 873.377701E-502190452 -> -8.14423842E-502190444 Inexact Rounded\r
-xpow331 power -932499.010 9 -> -5.33132815E+53 Inexact Rounded\r
-xrem331 remainder -932499.010 873.377701E-502190452 -> NaN Division_impossible\r
-xsub331 subtract -932499.010 873.377701E-502190452 -> -932499.010 Inexact Rounded\r
-xadd332 add -7735918.21E+799514797 -7748.78023 -> -7.73591821E+799514803 Inexact Rounded\r
-xcom332 compare -7735918.21E+799514797 -7748.78023 -> -1\r
-xdiv332 divide -7735918.21E+799514797 -7748.78023 -> 9.98340123E+799514799 Inexact Rounded\r
-xdvi332 divideint -7735918.21E+799514797 -7748.78023 -> NaN Division_impossible\r
-xmul332 multiply -7735918.21E+799514797 -7748.78023 -> 5.99439301E+799514807 Inexact Rounded\r
-xpow332 power -7735918.21E+799514797 -7749 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem332 remainder -7735918.21E+799514797 -7748.78023 -> NaN Division_impossible\r
-xsub332 subtract -7735918.21E+799514797 -7748.78023 -> -7.73591821E+799514803 Inexact Rounded\r
-xadd333 add -3708780.75E+445232787 980.006567E-780728623 -> -3.70878075E+445232793 Inexact Rounded\r
-xcom333 compare -3708780.75E+445232787 980.006567E-780728623 -> -1\r
-xdiv333 divide -3708780.75E+445232787 980.006567E-780728623 -> -Infinity Inexact Overflow Rounded\r
-xdvi333 divideint -3708780.75E+445232787 980.006567E-780728623 -> NaN Division_impossible\r
-xmul333 multiply -3708780.75E+445232787 980.006567E-780728623 -> -3.63462949E-335495827 Inexact Rounded\r
-xpow333 power -3708780.75E+445232787 10 -> Infinity Overflow Inexact Rounded\r
-xrem333 remainder -3708780.75E+445232787 980.006567E-780728623 -> NaN Division_impossible\r
-xsub333 subtract -3708780.75E+445232787 980.006567E-780728623 -> -3.70878075E+445232793 Inexact Rounded\r
-xadd334 add -5205124.44E-140588661 -495394029.E-620856313 -> -5.20512444E-140588655 Inexact Rounded\r
-xcom334 compare -5205124.44E-140588661 -495394029.E-620856313 -> -1\r
-xdiv334 divide -5205124.44E-140588661 -495394029.E-620856313 -> 1.05070391E+480267650 Inexact Rounded\r
-xdvi334 divideint -5205124.44E-140588661 -495394029.E-620856313 -> NaN Division_impossible\r
-xmul334 multiply -5205124.44E-140588661 -495394029.E-620856313 -> 2.57858757E-761444959 Inexact Rounded\r
-xpow334 power -5205124.44E-140588661 -5 -> -2.61724523E+702943271 Inexact Rounded\r
-xrem334 remainder -5205124.44E-140588661 -495394029.E-620856313 -> NaN Division_impossible\r
-xsub334 subtract -5205124.44E-140588661 -495394029.E-620856313 -> -5.20512444E-140588655 Inexact Rounded\r
-xadd335 add -8868.72074 5592399.93 -> 5583531.21 Inexact Rounded\r
-xcom335 compare -8868.72074 5592399.93 -> -1\r
-xdiv335 divide -8868.72074 5592399.93 -> -0.00158585238 Inexact Rounded\r
-xdvi335 divideint -8868.72074 5592399.93 -> -0\r
-xmul335 multiply -8868.72074 5592399.93 -> -4.95974332E+10 Inexact Rounded\r
-xpow335 power -8868.72074 5592400 -> 5.55074142E+22078017 Inexact Rounded\r
-xrem335 remainder -8868.72074 5592399.93 -> -8868.72074\r
-xsub335 subtract -8868.72074 5592399.93 -> -5601268.65 Inexact Rounded\r
-xadd336 add -74.7852037E-175205809 4.14316542 -> 4.14316542 Inexact Rounded\r
-xcom336 compare -74.7852037E-175205809 4.14316542 -> -1\r
-xdiv336 divide -74.7852037E-175205809 4.14316542 -> -1.80502577E-175205808 Inexact Rounded\r
-xdvi336 divideint -74.7852037E-175205809 4.14316542 -> -0\r
-xmul336 multiply -74.7852037E-175205809 4.14316542 -> -3.09847470E-175205807 Inexact Rounded\r
-xpow336 power -74.7852037E-175205809 4 -> 3.12797104E-700823229 Inexact Rounded\r
-xrem336 remainder -74.7852037E-175205809 4.14316542 -> -7.47852037E-175205808\r
-xsub336 subtract -74.7852037E-175205809 4.14316542 -> -4.14316542 Inexact Rounded\r
-xadd337 add 84196.1091E+242628748 8.07523036E-288231467 -> 8.41961091E+242628752 Inexact Rounded\r
-xcom337 compare 84196.1091E+242628748 8.07523036E-288231467 -> 1\r
-xdiv337 divide 84196.1091E+242628748 8.07523036E-288231467 -> 1.04264653E+530860219 Inexact Rounded\r
-xdvi337 divideint 84196.1091E+242628748 8.07523036E-288231467 -> NaN Division_impossible\r
-xmul337 multiply 84196.1091E+242628748 8.07523036E-288231467 -> 6.79902976E-45602714 Inexact Rounded\r
-xpow337 power 84196.1091E+242628748 8 -> Infinity Overflow Inexact Rounded\r
-xrem337 remainder 84196.1091E+242628748 8.07523036E-288231467 -> NaN Division_impossible\r
-xsub337 subtract 84196.1091E+242628748 8.07523036E-288231467 -> 8.41961091E+242628752 Inexact Rounded\r
-xadd338 add 38660103.1 -6671.73085E+900998477 -> -6.67173085E+900998480 Inexact Rounded\r
-xcom338 compare 38660103.1 -6671.73085E+900998477 -> 1\r
-xdiv338 divide 38660103.1 -6671.73085E+900998477 -> -5.79461372E-900998474 Inexact Rounded\r
-xdvi338 divideint 38660103.1 -6671.73085E+900998477 -> -0\r
-xmul338 multiply 38660103.1 -6671.73085E+900998477 -> -2.57929803E+900998488 Inexact Rounded\r
-xpow338 power 38660103.1 -7 -> 7.74745290E-54 Inexact Rounded\r
-xrem338 remainder 38660103.1 -6671.73085E+900998477 -> 38660103.1\r
-xsub338 subtract 38660103.1 -6671.73085E+900998477 -> 6.67173085E+900998480 Inexact Rounded\r
-xadd339 add -52.2659460 -296404199E+372050476 -> -2.96404199E+372050484 Inexact Rounded\r
-xcom339 compare -52.2659460 -296404199E+372050476 -> 1\r
-xdiv339 divide -52.2659460 -296404199E+372050476 -> 1.76333352E-372050483 Inexact Rounded\r
-xdvi339 divideint -52.2659460 -296404199E+372050476 -> 0\r
-xmul339 multiply -52.2659460 -296404199E+372050476 -> 1.54918459E+372050486 Inexact Rounded\r
-xpow339 power -52.2659460 -3 -> -0.00000700395833 Inexact Rounded\r
-xrem339 remainder -52.2659460 -296404199E+372050476 -> -52.2659460\r
-xsub339 subtract -52.2659460 -296404199E+372050476 -> 2.96404199E+372050484 Inexact Rounded\r
-xadd340 add 6.06625013 -276.359186 -> -270.292936 Inexact Rounded\r
-xcom340 compare 6.06625013 -276.359186 -> 1\r
-xdiv340 divide 6.06625013 -276.359186 -> -0.0219506007 Inexact Rounded\r
-xdvi340 divideint 6.06625013 -276.359186 -> -0\r
-xmul340 multiply 6.06625013 -276.359186 -> -1676.46395 Inexact Rounded\r
-xpow340 power 6.06625013 -276 -> 8.20339149E-217 Inexact Rounded\r
-xrem340 remainder 6.06625013 -276.359186 -> 6.06625013\r
-xsub340 subtract 6.06625013 -276.359186 -> 282.425436 Inexact Rounded\r
-xadd341 add -62971617.5E-241444744 46266799.3 -> 46266799.3 Inexact Rounded\r
-xcom341 compare -62971617.5E-241444744 46266799.3 -> -1\r
-xdiv341 divide -62971617.5E-241444744 46266799.3 -> -1.36105411E-241444744 Inexact Rounded\r
-xdvi341 divideint -62971617.5E-241444744 46266799.3 -> -0\r
-xmul341 multiply -62971617.5E-241444744 46266799.3 -> -2.91349519E-241444729 Inexact Rounded\r
-xpow341 power -62971617.5E-241444744 46266799 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem341 remainder -62971617.5E-241444744 46266799.3 -> -6.29716175E-241444737\r
-xsub341 subtract -62971617.5E-241444744 46266799.3 -> -46266799.3 Inexact Rounded\r
-xadd342 add -5.36917800 -311124593.E-976066491 -> -5.36917800 Inexact Rounded\r
-xcom342 compare -5.36917800 -311124593.E-976066491 -> -1\r
-xdiv342 divide -5.36917800 -311124593.E-976066491 -> 1.72573243E+976066483 Inexact Rounded\r
-xdvi342 divideint -5.36917800 -311124593.E-976066491 -> NaN Division_impossible\r
-xmul342 multiply -5.36917800 -311124593.E-976066491 -> 1.67048332E-976066482 Inexact Rounded\r
-xpow342 power -5.36917800 -3 -> -0.00646065565 Inexact Rounded\r
-xrem342 remainder -5.36917800 -311124593.E-976066491 -> NaN Division_impossible\r
-xsub342 subtract -5.36917800 -311124593.E-976066491 -> -5.36917800 Inexact Rounded\r
-xadd343 add 2467915.01 -92.5558322 -> 2467822.45 Inexact Rounded\r
-xcom343 compare 2467915.01 -92.5558322 -> 1\r
-xdiv343 divide 2467915.01 -92.5558322 -> -26664.0681 Inexact Rounded\r
-xdvi343 divideint 2467915.01 -92.5558322 -> -26664\r
-xmul343 multiply 2467915.01 -92.5558322 -> -228419928 Inexact Rounded\r
-xpow343 power 2467915.01 -93 -> 3.26055444E-595 Inexact Rounded\r
-xrem343 remainder 2467915.01 -92.5558322 -> 6.3002192\r
-xsub343 subtract 2467915.01 -92.5558322 -> 2468007.57 Inexact Rounded\r
-xadd344 add 187.232671 -840.469347 -> -653.236676\r
-xcom344 compare 187.232671 -840.469347 -> 1\r
-xdiv344 divide 187.232671 -840.469347 -> -0.222771564 Inexact Rounded\r
-xdvi344 divideint 187.232671 -840.469347 -> -0\r
-xmul344 multiply 187.232671 -840.469347 -> -157363.321 Inexact Rounded\r
-xpow344 power 187.232671 -840 -> 1.58280862E-1909 Inexact Rounded\r
-xrem344 remainder 187.232671 -840.469347 -> 187.232671\r
-xsub344 subtract 187.232671 -840.469347 -> 1027.70202 Inexact Rounded\r
-xadd345 add 81233.6823 -5192.21666E+309315093 -> -5.19221666E+309315096 Inexact Rounded\r
-xcom345 compare 81233.6823 -5192.21666E+309315093 -> 1\r
-xdiv345 divide 81233.6823 -5192.21666E+309315093 -> -1.56452798E-309315092 Inexact Rounded\r
-xdvi345 divideint 81233.6823 -5192.21666E+309315093 -> -0\r
-xmul345 multiply 81233.6823 -5192.21666E+309315093 -> -4.21782879E+309315101 Inexact Rounded\r
-xpow345 power 81233.6823 -5 -> 2.82695763E-25 Inexact Rounded\r
-xrem345 remainder 81233.6823 -5192.21666E+309315093 -> 81233.6823\r
-xsub345 subtract 81233.6823 -5192.21666E+309315093 -> 5.19221666E+309315096 Inexact Rounded\r
-xadd346 add -854.586113 -79.8715762E-853065103 -> -854.586113 Inexact Rounded\r
-xcom346 compare -854.586113 -79.8715762E-853065103 -> -1\r
-xdiv346 divide -854.586113 -79.8715762E-853065103 -> 1.06995023E+853065104 Inexact Rounded\r
-xdvi346 divideint -854.586113 -79.8715762E-853065103 -> NaN Division_impossible\r
-xmul346 multiply -854.586113 -79.8715762E-853065103 -> 6.82571398E-853065099 Inexact Rounded\r
-xpow346 power -854.586113 -8 -> 3.51522679E-24 Inexact Rounded\r
-xrem346 remainder -854.586113 -79.8715762E-853065103 -> NaN Division_impossible\r
-xsub346 subtract -854.586113 -79.8715762E-853065103 -> -854.586113 Inexact Rounded\r
-xadd347 add 78872665.3 172.102119 -> 78872837.4 Inexact Rounded\r
-xcom347 compare 78872665.3 172.102119 -> 1\r
-xdiv347 divide 78872665.3 172.102119 -> 458289.914 Inexact Rounded\r
-xdvi347 divideint 78872665.3 172.102119 -> 458289\r
-xmul347 multiply 78872665.3 172.102119 -> 1.35741528E+10 Inexact Rounded\r
-xpow347 power 78872665.3 172 -> 1.86793137E+1358 Inexact Rounded\r
-xrem347 remainder 78872665.3 172.102119 -> 157.285609\r
-xsub347 subtract 78872665.3 172.102119 -> 78872493.2 Inexact Rounded\r
-xadd348 add 328268.1E-436315617 -204.522245 -> -204.522245 Inexact Rounded\r
-xcom348 compare 328268.1E-436315617 -204.522245 -> 1\r
-xdiv348 divide 328268.1E-436315617 -204.522245 -> -1.60504839E-436315614 Inexact Rounded\r
-xdvi348 divideint 328268.1E-436315617 -204.522245 -> -0\r
-xmul348 multiply 328268.1E-436315617 -204.522245 -> -6.71381288E-436315610 Inexact Rounded\r
-xpow348 power 328268.1E-436315617 -205 -> Infinity Overflow Inexact Rounded\r
-xrem348 remainder 328268.1E-436315617 -204.522245 -> 3.282681E-436315612\r
-xsub348 subtract 328268.1E-436315617 -204.522245 -> 204.522245 Inexact Rounded\r
-xadd349 add -4037911.02E+641367645 29.5713010 -> -4.03791102E+641367651 Inexact Rounded\r
-xcom349 compare -4037911.02E+641367645 29.5713010 -> -1\r
-xdiv349 divide -4037911.02E+641367645 29.5713010 -> -1.36548305E+641367650 Inexact Rounded\r
-xdvi349 divideint -4037911.02E+641367645 29.5713010 -> NaN Division_impossible\r
-xmul349 multiply -4037911.02E+641367645 29.5713010 -> -1.19406282E+641367653 Inexact Rounded\r
-xpow349 power -4037911.02E+641367645 30 -> Infinity Overflow Inexact Rounded\r
-xrem349 remainder -4037911.02E+641367645 29.5713010 -> NaN Division_impossible\r
-xsub349 subtract -4037911.02E+641367645 29.5713010 -> -4.03791102E+641367651 Inexact Rounded\r
-xadd350 add -688755561.E-95301699 978.275312E+913812609 -> 9.78275312E+913812611 Inexact Rounded\r
-xcom350 compare -688755561.E-95301699 978.275312E+913812609 -> -1\r
-xdiv350 divide -688755561.E-95301699 978.275312E+913812609 -> -0E-1000000007 Inexact Rounded Underflow Subnormal Clamped\r
-xdvi350 divideint -688755561.E-95301699 978.275312E+913812609 -> -0\r
-xmul350 multiply -688755561.E-95301699 978.275312E+913812609 -> -6.73792561E+818510921 Inexact Rounded\r
-xpow350 power -688755561.E-95301699 10 -> 2.40243244E-953016902 Inexact Rounded\r
-xrem350 remainder -688755561.E-95301699 978.275312E+913812609 -> -6.88755561E-95301691\r
-xsub350 subtract -688755561.E-95301699 978.275312E+913812609 -> -9.78275312E+913812611 Inexact Rounded\r
-xadd351 add -5.47345502 59818.7580 -> 59813.2845 Inexact Rounded\r
-xcom351 compare -5.47345502 59818.7580 -> -1\r
-xdiv351 divide -5.47345502 59818.7580 -> -0.0000915006463 Inexact Rounded\r
-xdvi351 divideint -5.47345502 59818.7580 -> -0\r
-xmul351 multiply -5.47345502 59818.7580 -> -327415.281 Inexact Rounded\r
-xpow351 power -5.47345502 59819 -> -1.16914146E+44162 Inexact Rounded\r
-xrem351 remainder -5.47345502 59818.7580 -> -5.47345502\r
-xsub351 subtract -5.47345502 59818.7580 -> -59824.2315 Inexact Rounded\r
-xadd352 add 563891620E-361354567 -845900362. -> -845900362 Inexact Rounded\r
-xcom352 compare 563891620E-361354567 -845900362. -> 1\r
-xdiv352 divide 563891620E-361354567 -845900362. -> -6.66617069E-361354568 Inexact Rounded\r
-xdvi352 divideint 563891620E-361354567 -845900362. -> -0\r
-xmul352 multiply 563891620E-361354567 -845900362. -> -4.76996125E-361354550 Inexact Rounded\r
-xpow352 power 563891620E-361354567 -845900362 -> Infinity Overflow Inexact Rounded\r
-xrem352 remainder 563891620E-361354567 -845900362. -> 5.63891620E-361354559\r
-xsub352 subtract 563891620E-361354567 -845900362. -> 845900362 Inexact Rounded\r
-xadd353 add -69.7231286 85773.7504 -> 85704.0273 Inexact Rounded\r
-xcom353 compare -69.7231286 85773.7504 -> -1\r
-xdiv353 divide -69.7231286 85773.7504 -> -0.000812872566 Inexact Rounded\r
-xdvi353 divideint -69.7231286 85773.7504 -> -0\r
-xmul353 multiply -69.7231286 85773.7504 -> -5980414.23 Inexact Rounded\r
-xpow353 power -69.7231286 85774 -> 6.41714261E+158113 Inexact Rounded\r
-xrem353 remainder -69.7231286 85773.7504 -> -69.7231286\r
-xsub353 subtract -69.7231286 85773.7504 -> -85843.4735 Inexact Rounded\r
-xadd354 add 5125.51188 73814638.4E-500934741 -> 5125.51188 Inexact Rounded\r
-xcom354 compare 5125.51188 73814638.4E-500934741 -> 1\r
-xdiv354 divide 5125.51188 73814638.4E-500934741 -> 6.94376074E+500934736 Inexact Rounded\r
-xdvi354 divideint 5125.51188 73814638.4E-500934741 -> NaN Division_impossible\r
-xmul354 multiply 5125.51188 73814638.4E-500934741 -> 3.78337806E-500934730 Inexact Rounded\r
-xpow354 power 5125.51188 7 -> 9.29310216E+25 Inexact Rounded\r
-xrem354 remainder 5125.51188 73814638.4E-500934741 -> NaN Division_impossible\r
-xsub354 subtract 5125.51188 73814638.4E-500934741 -> 5125.51188 Inexact Rounded\r
-xadd355 add -54.6254096 -332921899. -> -332921954 Inexact Rounded\r
-xcom355 compare -54.6254096 -332921899. -> 1\r
-xdiv355 divide -54.6254096 -332921899. -> 1.64078752E-7 Inexact Rounded\r
-xdvi355 divideint -54.6254096 -332921899. -> 0\r
-xmul355 multiply -54.6254096 -332921899. -> 1.81859951E+10 Inexact Rounded\r
-xpow355 power -54.6254096 -332921899 -> -1.01482569E-578416745 Inexact Rounded\r
-xrem355 remainder -54.6254096 -332921899. -> -54.6254096\r
-xsub355 subtract -54.6254096 -332921899. -> 332921844 Inexact Rounded\r
-xadd356 add -9.04778095E-591874079 8719.40286 -> 8719.40286 Inexact Rounded\r
-xcom356 compare -9.04778095E-591874079 8719.40286 -> -1\r
-xdiv356 divide -9.04778095E-591874079 8719.40286 -> -1.03766062E-591874082 Inexact Rounded\r
-xdvi356 divideint -9.04778095E-591874079 8719.40286 -> -0\r
-xmul356 multiply -9.04778095E-591874079 8719.40286 -> -7.88912471E-591874075 Inexact Rounded\r
-xpow356 power -9.04778095E-591874079 8719 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem356 remainder -9.04778095E-591874079 8719.40286 -> -9.04778095E-591874079\r
-xsub356 subtract -9.04778095E-591874079 8719.40286 -> -8719.40286 Inexact Rounded\r
-xadd357 add -21006.1733E+884684431 -48872.9175 -> -2.10061733E+884684435 Inexact Rounded\r
-xcom357 compare -21006.1733E+884684431 -48872.9175 -> -1\r
-xdiv357 divide -21006.1733E+884684431 -48872.9175 -> 4.29812141E+884684430 Inexact Rounded\r
-xdvi357 divideint -21006.1733E+884684431 -48872.9175 -> NaN Division_impossible\r
-xmul357 multiply -21006.1733E+884684431 -48872.9175 -> 1.02663297E+884684440 Inexact Rounded\r
-xpow357 power -21006.1733E+884684431 -48873 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem357 remainder -21006.1733E+884684431 -48872.9175 -> NaN Division_impossible\r
-xsub357 subtract -21006.1733E+884684431 -48872.9175 -> -2.10061733E+884684435 Inexact Rounded\r
-xadd358 add -1546783 -51935370.4 -> -53482153.4\r
-xcom358 compare -1546783 -51935370.4 -> 1\r
-xdiv358 divide -1546783 -51935370.4 -> 0.0297828433 Inexact Rounded\r
-xdvi358 divideint -1546783 -51935370.4 -> 0\r
-xmul358 multiply -1546783 -51935370.4 -> 8.03327480E+13 Inexact Rounded\r
-xpow358 power -1546783 -51935370 -> 3.36022461E-321450306 Inexact Rounded\r
-xrem358 remainder -1546783 -51935370.4 -> -1546783.0\r
-xsub358 subtract -1546783 -51935370.4 -> 50388587.4\r
-xadd359 add 61302486.8 205.490417 -> 61302692.3 Inexact Rounded\r
-xcom359 compare 61302486.8 205.490417 -> 1\r
-xdiv359 divide 61302486.8 205.490417 -> 298322.850 Inexact Rounded\r
-xdvi359 divideint 61302486.8 205.490417 -> 298322\r
-xmul359 multiply 61302486.8 205.490417 -> 1.25970736E+10 Inexact Rounded\r
-xpow359 power 61302486.8 205 -> 2.71024755E+1596 Inexact Rounded\r
-xrem359 remainder 61302486.8 205.490417 -> 174.619726\r
-xsub359 subtract 61302486.8 205.490417 -> 61302281.3 Inexact Rounded\r
-xadd360 add -318180109. -54008744.6E-170931002 -> -318180109 Inexact Rounded\r
-xcom360 compare -318180109. -54008744.6E-170931002 -> -1\r
-xdiv360 divide -318180109. -54008744.6E-170931002 -> 5.89127023E+170931002 Inexact Rounded\r
-xdvi360 divideint -318180109. -54008744.6E-170931002 -> NaN Division_impossible\r
-xmul360 multiply -318180109. -54008744.6E-170931002 -> 1.71845082E-170930986 Inexact Rounded\r
-xpow360 power -318180109. -5 -> -3.06644280E-43 Inexact Rounded\r
-xrem360 remainder -318180109. -54008744.6E-170931002 -> NaN Division_impossible\r
-xsub360 subtract -318180109. -54008744.6E-170931002 -> -318180109 Inexact Rounded\r
-xadd361 add -28486137.1E+901441714 -42454.940 -> -2.84861371E+901441721 Inexact Rounded\r
-xcom361 compare -28486137.1E+901441714 -42454.940 -> -1\r
-xdiv361 divide -28486137.1E+901441714 -42454.940 -> 6.70973439E+901441716 Inexact Rounded\r
-xdvi361 divideint -28486137.1E+901441714 -42454.940 -> NaN Division_impossible\r
-xmul361 multiply -28486137.1E+901441714 -42454.940 -> 1.20937724E+901441726 Inexact Rounded\r
-xpow361 power -28486137.1E+901441714 -42455 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem361 remainder -28486137.1E+901441714 -42454.940 -> NaN Division_impossible\r
-xsub361 subtract -28486137.1E+901441714 -42454.940 -> -2.84861371E+901441721 Inexact Rounded\r
-xadd362 add -546398328. -27.9149712 -> -546398356 Inexact Rounded\r
-xcom362 compare -546398328. -27.9149712 -> -1\r
-xdiv362 divide -546398328. -27.9149712 -> 19573666.2 Inexact Rounded\r
-xdvi362 divideint -546398328. -27.9149712 -> 19573666\r
-xmul362 multiply -546398328. -27.9149712 -> 1.52526936E+10 Inexact Rounded\r
-xpow362 power -546398328. -28 -> 2.23737032E-245 Inexact Rounded\r
-xrem362 remainder -546398328. -27.9149712 -> -5.3315808\r
-xsub362 subtract -546398328. -27.9149712 -> -546398300 Inexact Rounded\r
-xadd363 add 5402066.1E-284978216 622.751128 -> 622.751128 Inexact Rounded\r
-xcom363 compare 5402066.1E-284978216 622.751128 -> -1\r
-xdiv363 divide 5402066.1E-284978216 622.751128 -> 8.67451837E-284978213 Inexact Rounded\r
-xdvi363 divideint 5402066.1E-284978216 622.751128 -> 0\r
-xmul363 multiply 5402066.1E-284978216 622.751128 -> 3.36414276E-284978207 Inexact Rounded\r
-xpow363 power 5402066.1E-284978216 623 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem363 remainder 5402066.1E-284978216 622.751128 -> 5.4020661E-284978210\r
-xsub363 subtract 5402066.1E-284978216 622.751128 -> -622.751128 Inexact Rounded\r
-xadd364 add 18845620 3129.43753 -> 18848749.4 Inexact Rounded\r
-xcom364 compare 18845620 3129.43753 -> 1\r
-xdiv364 divide 18845620 3129.43753 -> 6022.04704 Inexact Rounded\r
-xdvi364 divideint 18845620 3129.43753 -> 6022\r
-xmul364 multiply 18845620 3129.43753 -> 5.89761905E+10 Inexact Rounded\r
-xpow364 power 18845620 3129 -> 1.35967443E+22764 Inexact Rounded\r
-xrem364 remainder 18845620 3129.43753 -> 147.19434\r
-xsub364 subtract 18845620 3129.43753 -> 18842490.6 Inexact Rounded\r
-xadd365 add 50707.1412E+912475670 -198098.186E+701407524 -> 5.07071412E+912475674 Inexact Rounded\r
-xcom365 compare 50707.1412E+912475670 -198098.186E+701407524 -> 1\r
-xdiv365 divide 50707.1412E+912475670 -198098.186E+701407524 -> -2.55969740E+211068145 Inexact Rounded\r
-xdvi365 divideint 50707.1412E+912475670 -198098.186E+701407524 -> NaN Division_impossible\r
-xmul365 multiply 50707.1412E+912475670 -198098.186E+701407524 -> -Infinity Inexact Overflow Rounded\r
-xpow365 power 50707.1412E+912475670 -2 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem365 remainder 50707.1412E+912475670 -198098.186E+701407524 -> NaN Division_impossible\r
-xsub365 subtract 50707.1412E+912475670 -198098.186E+701407524 -> 5.07071412E+912475674 Inexact Rounded\r
-xadd366 add 55.8245006E+928885991 99170843.9E-47402167 -> 5.58245006E+928885992 Inexact Rounded\r
-xcom366 compare 55.8245006E+928885991 99170843.9E-47402167 -> 1\r
-xdiv366 divide 55.8245006E+928885991 99170843.9E-47402167 -> 5.62912429E+976288151 Inexact Rounded\r
-xdvi366 divideint 55.8245006E+928885991 99170843.9E-47402167 -> NaN Division_impossible\r
-xmul366 multiply 55.8245006E+928885991 99170843.9E-47402167 -> 5.53616283E+881483833 Inexact Rounded\r
-xpow366 power 55.8245006E+928885991 10 -> Infinity Overflow Inexact Rounded\r
-xrem366 remainder 55.8245006E+928885991 99170843.9E-47402167 -> NaN Division_impossible\r
-xsub366 subtract 55.8245006E+928885991 99170843.9E-47402167 -> 5.58245006E+928885992 Inexact Rounded\r
-xadd367 add 13.8003883E-386224921 -84126481.9E-296378341 -> -8.41264819E-296378334 Inexact Rounded\r
-xcom367 compare 13.8003883E-386224921 -84126481.9E-296378341 -> 1\r
-xdiv367 divide 13.8003883E-386224921 -84126481.9E-296378341 -> -1.64043331E-89846587 Inexact Rounded\r
-xdvi367 divideint 13.8003883E-386224921 -84126481.9E-296378341 -> -0\r
-xmul367 multiply 13.8003883E-386224921 -84126481.9E-296378341 -> -1.16097812E-682603253 Inexact Rounded\r
-xpow367 power 13.8003883E-386224921 -8 -> Infinity Overflow Inexact Rounded\r
-xrem367 remainder 13.8003883E-386224921 -84126481.9E-296378341 -> 1.38003883E-386224920\r
-xsub367 subtract 13.8003883E-386224921 -84126481.9E-296378341 -> 8.41264819E-296378334 Inexact Rounded\r
-xadd368 add 9820.90457 46671.5915 -> 56492.4961 Inexact Rounded\r
-xcom368 compare 9820.90457 46671.5915 -> -1\r
-xdiv368 divide 9820.90457 46671.5915 -> 0.210425748 Inexact Rounded\r
-xdvi368 divideint 9820.90457 46671.5915 -> 0\r
-xmul368 multiply 9820.90457 46671.5915 -> 458357246 Inexact Rounded\r
-xpow368 power 9820.90457 46672 -> 4.94753070E+186321 Inexact Rounded\r
-xrem368 remainder 9820.90457 46671.5915 -> 9820.90457\r
-xsub368 subtract 9820.90457 46671.5915 -> -36850.6869 Inexact Rounded\r
-xadd369 add 7.22436006E+831949153 -11168830E+322331045 -> 7.22436006E+831949153 Inexact Rounded\r
-xcom369 compare 7.22436006E+831949153 -11168830E+322331045 -> 1\r
-xdiv369 divide 7.22436006E+831949153 -11168830E+322331045 -> -6.46832306E+509618101 Inexact Rounded\r
-xdvi369 divideint 7.22436006E+831949153 -11168830E+322331045 -> NaN Division_impossible\r
-xmul369 multiply 7.22436006E+831949153 -11168830E+322331045 -> -Infinity Inexact Overflow Rounded\r
-xpow369 power 7.22436006E+831949153 -1 -> 1.38420565E-831949154 Inexact Rounded\r
-xrem369 remainder 7.22436006E+831949153 -11168830E+322331045 -> NaN Division_impossible\r
-xsub369 subtract 7.22436006E+831949153 -11168830E+322331045 -> 7.22436006E+831949153 Inexact Rounded\r
-xadd370 add 472648900 -207.784153 -> 472648692 Inexact Rounded\r
-xcom370 compare 472648900 -207.784153 -> 1\r
-xdiv370 divide 472648900 -207.784153 -> -2274711.01 Inexact Rounded\r
-xdvi370 divideint 472648900 -207.784153 -> -2274711\r
-xmul370 multiply 472648900 -207.784153 -> -9.82089514E+10 Inexact Rounded\r
-xpow370 power 472648900 -208 -> 4.96547145E-1805 Inexact Rounded\r
-xrem370 remainder 472648900 -207.784153 -> 1.545217\r
-xsub370 subtract 472648900 -207.784153 -> 472649108 Inexact Rounded\r
-xadd371 add -8754.49306 -818.165153E+631475457 -> -8.18165153E+631475459 Inexact Rounded\r
-xcom371 compare -8754.49306 -818.165153E+631475457 -> 1\r
-xdiv371 divide -8754.49306 -818.165153E+631475457 -> 1.07001539E-631475456 Inexact Rounded\r
-xdvi371 divideint -8754.49306 -818.165153E+631475457 -> 0\r
-xmul371 multiply -8754.49306 -818.165153E+631475457 -> 7.16262115E+631475463 Inexact Rounded\r
-xpow371 power -8754.49306 -8 -> 2.89835767E-32 Inexact Rounded\r
-xrem371 remainder -8754.49306 -818.165153E+631475457 -> -8754.49306\r
-xsub371 subtract -8754.49306 -818.165153E+631475457 -> 8.18165153E+631475459 Inexact Rounded\r
-xadd372 add 98750864 191380.551 -> 98942244.6 Inexact Rounded\r
-xcom372 compare 98750864 191380.551 -> 1\r
-xdiv372 divide 98750864 191380.551 -> 515.992161 Inexact Rounded\r
-xdvi372 divideint 98750864 191380.551 -> 515\r
-xmul372 multiply 98750864 191380.551 -> 1.88989948E+13 Inexact Rounded\r
-xpow372 power 98750864 191381 -> 1.70908809E+1530003 Inexact Rounded\r
-xrem372 remainder 98750864 191380.551 -> 189880.235\r
-xsub372 subtract 98750864 191380.551 -> 98559483.4 Inexact Rounded\r
-xadd373 add 725292561. -768963606.E+340762986 -> -7.68963606E+340762994 Inexact Rounded\r
-xcom373 compare 725292561. -768963606.E+340762986 -> 1\r
-xdiv373 divide 725292561. -768963606.E+340762986 -> -9.43207917E-340762987 Inexact Rounded\r
-xdvi373 divideint 725292561. -768963606.E+340762986 -> -0\r
-xmul373 multiply 725292561. -768963606.E+340762986 -> -5.57723583E+340763003 Inexact Rounded\r
-xpow373 power 725292561. -8 -> 1.30585277E-71 Inexact Rounded\r
-xrem373 remainder 725292561. -768963606.E+340762986 -> 725292561\r
-xsub373 subtract 725292561. -768963606.E+340762986 -> 7.68963606E+340762994 Inexact Rounded\r
-xadd374 add 1862.80445 648254483. -> 648256346 Inexact Rounded\r
-xcom374 compare 1862.80445 648254483. -> -1\r
-xdiv374 divide 1862.80445 648254483. -> 0.00000287356972 Inexact Rounded\r
-xdvi374 divideint 1862.80445 648254483. -> 0\r
-xmul374 multiply 1862.80445 648254483. -> 1.20757134E+12 Inexact Rounded\r
-xpow374 power 1862.80445 648254483 -> Infinity Overflow Inexact Rounded\r
-xrem374 remainder 1862.80445 648254483. -> 1862.80445\r
-xsub374 subtract 1862.80445 648254483. -> -648252620 Inexact Rounded\r
-xadd375 add -5549320.1 -93580684.1 -> -99130004.2\r
-xcom375 compare -5549320.1 -93580684.1 -> 1\r
-xdiv375 divide -5549320.1 -93580684.1 -> 0.0592998454 Inexact Rounded\r
-xdvi375 divideint -5549320.1 -93580684.1 -> 0\r
-xmul375 multiply -5549320.1 -93580684.1 -> 5.19309171E+14 Inexact Rounded\r
-xpow375 power -5549320.1 -93580684 -> 4.20662079E-631130572 Inexact Rounded\r
-xrem375 remainder -5549320.1 -93580684.1 -> -5549320.1\r
-xsub375 subtract -5549320.1 -93580684.1 -> 88031364.0\r
-xadd376 add -14677053.1 -25784.7358 -> -14702837.8 Inexact Rounded\r
-xcom376 compare -14677053.1 -25784.7358 -> -1\r
-xdiv376 divide -14677053.1 -25784.7358 -> 569.214795 Inexact Rounded\r
-xdvi376 divideint -14677053.1 -25784.7358 -> 569\r
-xmul376 multiply -14677053.1 -25784.7358 -> 3.78443937E+11 Inexact Rounded\r
-xpow376 power -14677053.1 -25785 -> -1.64760831E-184792 Inexact Rounded\r
-xrem376 remainder -14677053.1 -25784.7358 -> -5538.4298\r
-xsub376 subtract -14677053.1 -25784.7358 -> -14651268.4 Inexact Rounded\r
-xadd377 add 547402.308E+571687617 -7835797.01E+500067364 -> 5.47402308E+571687622 Inexact Rounded\r
-xcom377 compare 547402.308E+571687617 -7835797.01E+500067364 -> 1\r
-xdiv377 divide 547402.308E+571687617 -7835797.01E+500067364 -> -6.98591742E+71620251 Inexact Rounded\r
-xdvi377 divideint 547402.308E+571687617 -7835797.01E+500067364 -> NaN Division_impossible\r
-xmul377 multiply 547402.308E+571687617 -7835797.01E+500067364 -> -Infinity Inexact Overflow Rounded\r
-xpow377 power 547402.308E+571687617 -8 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem377 remainder 547402.308E+571687617 -7835797.01E+500067364 -> NaN Division_impossible\r
-xsub377 subtract 547402.308E+571687617 -7835797.01E+500067364 -> 5.47402308E+571687622 Inexact Rounded\r
-xadd378 add -4131738.09 7579.07566 -> -4124159.01 Inexact Rounded\r
-xcom378 compare -4131738.09 7579.07566 -> -1\r
-xdiv378 divide -4131738.09 7579.07566 -> -545.150659 Inexact Rounded\r
-xdvi378 divideint -4131738.09 7579.07566 -> -545\r
-xmul378 multiply -4131738.09 7579.07566 -> -3.13147556E+10 Inexact Rounded\r
-xpow378 power -4131738.09 7579 -> -4.68132794E+50143 Inexact Rounded\r
-xrem378 remainder -4131738.09 7579.07566 -> -1141.85530\r
-xsub378 subtract -4131738.09 7579.07566 -> -4139317.17 Inexact Rounded\r
-xadd379 add 504544.648 -7678.96133E-662143268 -> 504544.648 Inexact Rounded\r
-xcom379 compare 504544.648 -7678.96133E-662143268 -> 1\r
-xdiv379 divide 504544.648 -7678.96133E-662143268 -> -6.57048039E+662143269 Inexact Rounded\r
-xdvi379 divideint 504544.648 -7678.96133E-662143268 -> NaN Division_impossible\r
-xmul379 multiply 504544.648 -7678.96133E-662143268 -> -3.87437884E-662143259 Inexact Rounded\r
-xpow379 power 504544.648 -8 -> 2.38124001E-46 Inexact Rounded\r
-xrem379 remainder 504544.648 -7678.96133E-662143268 -> NaN Division_impossible\r
-xsub379 subtract 504544.648 -7678.96133E-662143268 -> 504544.648 Inexact Rounded\r
-xadd380 add 829898241 8912.99114E+929228149 -> 8.91299114E+929228152 Inexact Rounded\r
-xcom380 compare 829898241 8912.99114E+929228149 -> -1\r
-xdiv380 divide 829898241 8912.99114E+929228149 -> 9.31110811E-929228145 Inexact Rounded\r
-xdvi380 divideint 829898241 8912.99114E+929228149 -> 0\r
-xmul380 multiply 829898241 8912.99114E+929228149 -> 7.39687567E+929228161 Inexact Rounded\r
-xpow380 power 829898241 9 -> 1.86734084E+80 Inexact Rounded\r
-xrem380 remainder 829898241 8912.99114E+929228149 -> 829898241\r
-xsub380 subtract 829898241 8912.99114E+929228149 -> -8.91299114E+929228152 Inexact Rounded\r
-xadd381 add 53.6891691 -11.2371140 -> 42.4520551\r
-xcom381 compare 53.6891691 -11.2371140 -> 1\r
-xdiv381 divide 53.6891691 -11.2371140 -> -4.77784323 Inexact Rounded\r
-xdvi381 divideint 53.6891691 -11.2371140 -> -4\r
-xmul381 multiply 53.6891691 -11.2371140 -> -603.311314 Inexact Rounded\r
-xpow381 power 53.6891691 -11 -> 9.35936725E-20 Inexact Rounded\r
-xrem381 remainder 53.6891691 -11.2371140 -> 8.7407131\r
-xsub381 subtract 53.6891691 -11.2371140 -> 64.9262831\r
-xadd382 add -93951823.4 -25317.8645 -> -93977141.3 Inexact Rounded\r
-xcom382 compare -93951823.4 -25317.8645 -> -1\r
-xdiv382 divide -93951823.4 -25317.8645 -> 3710.89052 Inexact Rounded\r
-xdvi382 divideint -93951823.4 -25317.8645 -> 3710\r
-xmul382 multiply -93951823.4 -25317.8645 -> 2.37865953E+12 Inexact Rounded\r
-xpow382 power -93951823.4 -25318 -> 9.67857714E-201859 Inexact Rounded\r
-xrem382 remainder -93951823.4 -25317.8645 -> -22546.1050\r
-xsub382 subtract -93951823.4 -25317.8645 -> -93926505.5 Inexact Rounded\r
-xadd383 add 446919.123 951338490. -> 951785409 Inexact Rounded\r
-xcom383 compare 446919.123 951338490. -> -1\r
-xdiv383 divide 446919.123 951338490. -> 0.000469779293 Inexact Rounded\r
-xdvi383 divideint 446919.123 951338490. -> 0\r
-xmul383 multiply 446919.123 951338490. -> 4.25171364E+14 Inexact Rounded\r
-xpow383 power 446919.123 951338490 -> Infinity Overflow Inexact Rounded\r
-xrem383 remainder 446919.123 951338490. -> 446919.123\r
-xsub383 subtract 446919.123 951338490. -> -950891571 Inexact Rounded\r
-xadd384 add -8.01787748 -88.3076852 -> -96.3255627 Inexact Rounded\r
-xcom384 compare -8.01787748 -88.3076852 -> 1\r
-xdiv384 divide -8.01787748 -88.3076852 -> 0.0907947871 Inexact Rounded\r
-xdvi384 divideint -8.01787748 -88.3076852 -> 0\r
-xmul384 multiply -8.01787748 -88.3076852 -> 708.040200 Inexact Rounded\r
-xpow384 power -8.01787748 -88 -> 2.77186088E-80 Inexact Rounded\r
-xrem384 remainder -8.01787748 -88.3076852 -> -8.01787748\r
-xsub384 subtract -8.01787748 -88.3076852 -> 80.2898077 Inexact Rounded\r
-xadd385 add 517458139 -999731.548 -> 516458407 Inexact Rounded\r
-xcom385 compare 517458139 -999731.548 -> 1\r
-xdiv385 divide 517458139 -999731.548 -> -517.597089 Inexact Rounded\r
-xdvi385 divideint 517458139 -999731.548 -> -517\r
-xmul385 multiply 517458139 -999731.548 -> -5.17319226E+14 Inexact Rounded\r
-xpow385 power 517458139 -999732 -> 1.24821346E-8711540 Inexact Rounded\r
-xrem385 remainder 517458139 -999731.548 -> 596928.684\r
-xsub385 subtract 517458139 -999731.548 -> 518457871 Inexact Rounded\r
-xadd386 add -405543440 -4013.18295 -> -405547453 Inexact Rounded\r
-xcom386 compare -405543440 -4013.18295 -> -1\r
-xdiv386 divide -405543440 -4013.18295 -> 101052.816 Inexact Rounded\r
-xdvi386 divideint -405543440 -4013.18295 -> 101052\r
-xmul386 multiply -405543440 -4013.18295 -> 1.62752002E+12 Inexact Rounded\r
-xpow386 power -405543440 -4013 -> -8.83061932E-34545 Inexact Rounded\r
-xrem386 remainder -405543440 -4013.18295 -> -3276.53660\r
-xsub386 subtract -405543440 -4013.18295 -> -405539427 Inexact Rounded\r
-xadd387 add -49245250.1E+682760825 -848776.637 -> -4.92452501E+682760832 Inexact Rounded\r
-xcom387 compare -49245250.1E+682760825 -848776.637 -> -1\r
-xdiv387 divide -49245250.1E+682760825 -848776.637 -> 5.80190924E+682760826 Inexact Rounded\r
-xdvi387 divideint -49245250.1E+682760825 -848776.637 -> NaN Division_impossible\r
-xmul387 multiply -49245250.1E+682760825 -848776.637 -> 4.17982178E+682760838 Inexact Rounded\r
-xpow387 power -49245250.1E+682760825 -848777 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem387 remainder -49245250.1E+682760825 -848776.637 -> NaN Division_impossible\r
-xsub387 subtract -49245250.1E+682760825 -848776.637 -> -4.92452501E+682760832 Inexact Rounded\r
-xadd388 add -151144455 -170371.29 -> -151314826 Inexact Rounded\r
-xcom388 compare -151144455 -170371.29 -> -1\r
-xdiv388 divide -151144455 -170371.29 -> 887.147447 Inexact Rounded\r
-xdvi388 divideint -151144455 -170371.29 -> 887\r
-xmul388 multiply -151144455 -170371.29 -> 2.57506758E+13 Inexact Rounded\r
-xpow388 power -151144455 -170371 -> -5.86496369E-1393532 Inexact Rounded\r
-xrem388 remainder -151144455 -170371.29 -> -25120.77\r
-xsub388 subtract -151144455 -170371.29 -> -150974084 Inexact Rounded\r
-xadd389 add -729236746.E+662737067 9.10823602 -> -7.29236746E+662737075 Inexact Rounded\r
-xcom389 compare -729236746.E+662737067 9.10823602 -> -1\r
-xdiv389 divide -729236746.E+662737067 9.10823602 -> -8.00634442E+662737074 Inexact Rounded\r
-xdvi389 divideint -729236746.E+662737067 9.10823602 -> NaN Division_impossible\r
-xmul389 multiply -729236746.E+662737067 9.10823602 -> -6.64206040E+662737076 Inexact Rounded\r
-xpow389 power -729236746.E+662737067 9 -> -Infinity Overflow Inexact Rounded\r
-xrem389 remainder -729236746.E+662737067 9.10823602 -> NaN Division_impossible\r
-xsub389 subtract -729236746.E+662737067 9.10823602 -> -7.29236746E+662737075 Inexact Rounded\r
-xadd390 add 534.394729 -2369839.37 -> -2369304.98 Inexact Rounded\r
-xcom390 compare 534.394729 -2369839.37 -> 1\r
-xdiv390 divide 534.394729 -2369839.37 -> -0.000225498291 Inexact Rounded\r
-xdvi390 divideint 534.394729 -2369839.37 -> -0\r
-xmul390 multiply 534.394729 -2369839.37 -> -1.26642967E+9 Inexact Rounded\r
-xpow390 power 534.394729 -2369839 -> 7.12522896E-6464595 Inexact Rounded\r
-xrem390 remainder 534.394729 -2369839.37 -> 534.394729\r
-xsub390 subtract 534.394729 -2369839.37 -> 2370373.76 Inexact Rounded\r
-xadd391 add 89100.1797 224.370309 -> 89324.5500 Inexact Rounded\r
-xcom391 compare 89100.1797 224.370309 -> 1\r
-xdiv391 divide 89100.1797 224.370309 -> 397.112167 Inexact Rounded\r
-xdvi391 divideint 89100.1797 224.370309 -> 397\r
-xmul391 multiply 89100.1797 224.370309 -> 19991434.9 Inexact Rounded\r
-xpow391 power 89100.1797 224 -> 5.92654936E+1108 Inexact Rounded\r
-xrem391 remainder 89100.1797 224.370309 -> 25.167027\r
-xsub391 subtract 89100.1797 224.370309 -> 88875.8094 Inexact Rounded\r
-xadd392 add -821377.777 38.552821 -> -821339.224 Inexact Rounded\r
-xcom392 compare -821377.777 38.552821 -> -1\r
-xdiv392 divide -821377.777 38.552821 -> -21305.2575 Inexact Rounded\r
-xdvi392 divideint -821377.777 38.552821 -> -21305\r
-xmul392 multiply -821377.777 38.552821 -> -31666430.4 Inexact Rounded\r
-xpow392 power -821377.777 39 -> -4.64702482E+230 Inexact Rounded\r
-xrem392 remainder -821377.777 38.552821 -> -9.925595\r
-xsub392 subtract -821377.777 38.552821 -> -821416.330 Inexact Rounded\r
-xadd393 add -392640.782 -2571619.5E+113237865 -> -2.57161950E+113237871 Inexact Rounded\r
-xcom393 compare -392640.782 -2571619.5E+113237865 -> 1\r
-xdiv393 divide -392640.782 -2571619.5E+113237865 -> 1.52682301E-113237866 Inexact Rounded\r
-xdvi393 divideint -392640.782 -2571619.5E+113237865 -> 0\r
-xmul393 multiply -392640.782 -2571619.5E+113237865 -> 1.00972269E+113237877 Inexact Rounded\r
-xpow393 power -392640.782 -3 -> -1.65201422E-17 Inexact Rounded\r
-xrem393 remainder -392640.782 -2571619.5E+113237865 -> -392640.782\r
-xsub393 subtract -392640.782 -2571619.5E+113237865 -> 2.57161950E+113237871 Inexact Rounded\r
-xadd394 add -651397.712 -723.59673 -> -652121.309 Inexact Rounded\r
-xcom394 compare -651397.712 -723.59673 -> -1\r
-xdiv394 divide -651397.712 -723.59673 -> 900.222023 Inexact Rounded\r
-xdvi394 divideint -651397.712 -723.59673 -> 900\r
-xmul394 multiply -651397.712 -723.59673 -> 471349254 Inexact Rounded\r
-xpow394 power -651397.712 -724 -> 5.96115415E-4210 Inexact Rounded\r
-xrem394 remainder -651397.712 -723.59673 -> -160.65500\r
-xsub394 subtract -651397.712 -723.59673 -> -650674.115 Inexact Rounded\r
-xadd395 add 86.6890892 940380864 -> 940380951 Inexact Rounded\r
-xcom395 compare 86.6890892 940380864 -> -1\r
-xdiv395 divide 86.6890892 940380864 -> 9.21850843E-8 Inexact Rounded\r
-xdvi395 divideint 86.6890892 940380864 -> 0\r
-xmul395 multiply 86.6890892 940380864 -> 8.15207606E+10 Inexact Rounded\r
-xpow395 power 86.6890892 940380864 -> Infinity Overflow Inexact Rounded\r
-xrem395 remainder 86.6890892 940380864 -> 86.6890892\r
-xsub395 subtract 86.6890892 940380864 -> -940380777 Inexact Rounded\r
-xadd396 add 4880.06442E-382222621 -115627239E-912834031 -> 4.88006442E-382222618 Inexact Rounded\r
-xcom396 compare 4880.06442E-382222621 -115627239E-912834031 -> 1\r
-xdiv396 divide 4880.06442E-382222621 -115627239E-912834031 -> -4.22051453E+530611405 Inexact Rounded\r
-xdvi396 divideint 4880.06442E-382222621 -115627239E-912834031 -> NaN Division_impossible\r
-xmul396 multiply 4880.06442E-382222621 -115627239E-912834031 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow396 power 4880.06442E-382222621 -1 -> 2.04915328E+382222617 Inexact Rounded\r
-xrem396 remainder 4880.06442E-382222621 -115627239E-912834031 -> NaN Division_impossible\r
-xsub396 subtract 4880.06442E-382222621 -115627239E-912834031 -> 4.88006442E-382222618 Inexact Rounded\r
-xadd397 add 173398265E-532383158 3462.51450E+80986915 -> 3.46251450E+80986918 Inexact Rounded\r
-xcom397 compare 173398265E-532383158 3462.51450E+80986915 -> -1\r
-xdiv397 divide 173398265E-532383158 3462.51450E+80986915 -> 5.00787116E-613370069 Inexact Rounded\r
-xdvi397 divideint 173398265E-532383158 3462.51450E+80986915 -> 0\r
-xmul397 multiply 173398265E-532383158 3462.51450E+80986915 -> 6.00394007E-451396232 Inexact Rounded\r
-xpow397 power 173398265E-532383158 3 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem397 remainder 173398265E-532383158 3462.51450E+80986915 -> 1.73398265E-532383150\r
-xsub397 subtract 173398265E-532383158 3462.51450E+80986915 -> -3.46251450E+80986918 Inexact Rounded\r
-xadd398 add -1522176.78 -6631061.77 -> -8153238.55\r
-xcom398 compare -1522176.78 -6631061.77 -> 1\r
-xdiv398 divide -1522176.78 -6631061.77 -> 0.229552496 Inexact Rounded\r
-xdvi398 divideint -1522176.78 -6631061.77 -> 0\r
-xmul398 multiply -1522176.78 -6631061.77 -> 1.00936483E+13 Inexact Rounded\r
-xpow398 power -1522176.78 -6631062 -> 4.54268854E-40996310 Inexact Rounded\r
-xrem398 remainder -1522176.78 -6631061.77 -> -1522176.78\r
-xsub398 subtract -1522176.78 -6631061.77 -> 5108884.99\r
-xadd399 add 538.10453 522934310 -> 522934848 Inexact Rounded\r
-xcom399 compare 538.10453 522934310 -> -1\r
-xdiv399 divide 538.10453 522934310 -> 0.00000102900980 Inexact Rounded\r
-xdvi399 divideint 538.10453 522934310 -> 0\r
-xmul399 multiply 538.10453 522934310 -> 2.81393321E+11 Inexact Rounded\r
-xpow399 power 538.10453 522934310 -> Infinity Overflow Inexact Rounded\r
-xrem399 remainder 538.10453 522934310 -> 538.10453\r
-xsub399 subtract 538.10453 522934310 -> -522933772 Inexact Rounded\r
-xadd400 add 880243.444E-750940977 -354.601578E-204943740 -> -3.54601578E-204943738 Inexact Rounded\r
-xcom400 compare 880243.444E-750940977 -354.601578E-204943740 -> 1\r
-xdiv400 divide 880243.444E-750940977 -354.601578E-204943740 -> -2.48234497E-545997234 Inexact Rounded\r
-xdvi400 divideint 880243.444E-750940977 -354.601578E-204943740 -> -0\r
-xmul400 multiply 880243.444E-750940977 -354.601578E-204943740 -> -3.12135714E-955884709 Inexact Rounded\r
-xpow400 power 880243.444E-750940977 -4 -> Infinity Overflow Inexact Rounded\r
-xrem400 remainder 880243.444E-750940977 -354.601578E-204943740 -> 8.80243444E-750940972\r
-xsub400 subtract 880243.444E-750940977 -354.601578E-204943740 -> 3.54601578E-204943738 Inexact Rounded\r
-xadd401 add 968370.780 6677268.73 -> 7645639.51 Rounded\r
-xcom401 compare 968370.780 6677268.73 -> -1\r
-xdiv401 divide 968370.780 6677268.73 -> 0.145024982 Inexact Rounded\r
-xdvi401 divideint 968370.780 6677268.73 -> 0\r
-xmul401 multiply 968370.780 6677268.73 -> 6.46607193E+12 Inexact Rounded\r
-xpow401 power 968370.780 6677269 -> 3.29990931E+39970410 Inexact Rounded\r
-xrem401 remainder 968370.780 6677268.73 -> 968370.780\r
-xsub401 subtract 968370.780 6677268.73 -> -5708897.95 Rounded\r
-xadd402 add -97.7474945 31248241.5 -> 31248143.8 Inexact Rounded\r
-xcom402 compare -97.7474945 31248241.5 -> -1\r
-xdiv402 divide -97.7474945 31248241.5 -> -0.00000312809585 Inexact Rounded\r
-xdvi402 divideint -97.7474945 31248241.5 -> -0\r
-xmul402 multiply -97.7474945 31248241.5 -> -3.05443731E+9 Inexact Rounded\r
-xpow402 power -97.7474945 31248242 -> 2.90714257E+62187302 Inexact Rounded\r
-xrem402 remainder -97.7474945 31248241.5 -> -97.7474945\r
-xsub402 subtract -97.7474945 31248241.5 -> -31248339.2 Inexact Rounded\r
-xadd403 add -187582786.E+369916952 957840435E+744365567 -> 9.57840435E+744365575 Inexact Rounded\r
-xcom403 compare -187582786.E+369916952 957840435E+744365567 -> -1\r
-xdiv403 divide -187582786.E+369916952 957840435E+744365567 -> -1.95839285E-374448616 Inexact Rounded\r
-xdvi403 divideint -187582786.E+369916952 957840435E+744365567 -> -0\r
-xmul403 multiply -187582786.E+369916952 957840435E+744365567 -> -Infinity Inexact Overflow Rounded\r
-xpow403 power -187582786.E+369916952 10 -> Infinity Overflow Inexact Rounded\r
-xrem403 remainder -187582786.E+369916952 957840435E+744365567 -> -1.87582786E+369916960\r
-xsub403 subtract -187582786.E+369916952 957840435E+744365567 -> -9.57840435E+744365575 Inexact Rounded\r
-xadd404 add -328026144. -125499735. -> -453525879\r
-xcom404 compare -328026144. -125499735. -> -1\r
-xdiv404 divide -328026144. -125499735. -> 2.61375965 Inexact Rounded\r
-xdvi404 divideint -328026144. -125499735. -> 2\r
-xmul404 multiply -328026144. -125499735. -> 4.11671941E+16 Inexact Rounded\r
-xpow404 power -328026144. -125499735 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem404 remainder -328026144. -125499735. -> -77026674\r
-xsub404 subtract -328026144. -125499735. -> -202526409\r
-xadd405 add -99424150.2E-523662102 3712.35030 -> 3712.35030 Inexact Rounded\r
-xcom405 compare -99424150.2E-523662102 3712.35030 -> -1\r
-xdiv405 divide -99424150.2E-523662102 3712.35030 -> -2.67819958E-523662098 Inexact Rounded\r
-xdvi405 divideint -99424150.2E-523662102 3712.35030 -> -0\r
-xmul405 multiply -99424150.2E-523662102 3712.35030 -> -3.69097274E-523662091 Inexact Rounded\r
-xpow405 power -99424150.2E-523662102 3712 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem405 remainder -99424150.2E-523662102 3712.35030 -> -9.94241502E-523662095\r
-xsub405 subtract -99424150.2E-523662102 3712.35030 -> -3712.35030 Inexact Rounded\r
-xadd406 add 14838.0718 9489893.28E+830631266 -> 9.48989328E+830631272 Inexact Rounded\r
-xcom406 compare 14838.0718 9489893.28E+830631266 -> -1\r
-xdiv406 divide 14838.0718 9489893.28E+830631266 -> 1.56356572E-830631269 Inexact Rounded\r
-xdvi406 divideint 14838.0718 9489893.28E+830631266 -> 0\r
-xmul406 multiply 14838.0718 9489893.28E+830631266 -> 1.40811718E+830631277 Inexact Rounded\r
-xpow406 power 14838.0718 9 -> 3.48656057E+37 Inexact Rounded\r
-xrem406 remainder 14838.0718 9489893.28E+830631266 -> 14838.0718\r
-xsub406 subtract 14838.0718 9489893.28E+830631266 -> -9.48989328E+830631272 Inexact Rounded\r
-xadd407 add 71207472.8 -31835.0809 -> 71175637.7 Inexact Rounded\r
-xcom407 compare 71207472.8 -31835.0809 -> 1\r
-xdiv407 divide 71207472.8 -31835.0809 -> -2236.76117 Inexact Rounded\r
-xdvi407 divideint 71207472.8 -31835.0809 -> -2236\r
-xmul407 multiply 71207472.8 -31835.0809 -> -2.26689566E+12 Inexact Rounded\r
-xpow407 power 71207472.8 -31835 -> 7.05333953E-249986 Inexact Rounded\r
-xrem407 remainder 71207472.8 -31835.0809 -> 24231.9076\r
-xsub407 subtract 71207472.8 -31835.0809 -> 71239307.9 Inexact Rounded\r
-xadd408 add -20440.4394 -44.4064328E+511085806 -> -4.44064328E+511085807 Inexact Rounded\r
-xcom408 compare -20440.4394 -44.4064328E+511085806 -> 1\r
-xdiv408 divide -20440.4394 -44.4064328E+511085806 -> 4.60303567E-511085804 Inexact Rounded\r
-xdvi408 divideint -20440.4394 -44.4064328E+511085806 -> 0\r
-xmul408 multiply -20440.4394 -44.4064328E+511085806 -> 9.07686999E+511085811 Inexact Rounded\r
-xpow408 power -20440.4394 -4 -> 5.72847590E-18 Inexact Rounded\r
-xrem408 remainder -20440.4394 -44.4064328E+511085806 -> -20440.4394\r
-xsub408 subtract -20440.4394 -44.4064328E+511085806 -> 4.44064328E+511085807 Inexact Rounded\r
-xadd409 add -54.3684171E-807210192 1.04592973E-984041807 -> -5.43684171E-807210191 Inexact Rounded\r
-xcom409 compare -54.3684171E-807210192 1.04592973E-984041807 -> -1\r
-xdiv409 divide -54.3684171E-807210192 1.04592973E-984041807 -> -5.19809463E+176831616 Inexact Rounded\r
-xdvi409 divideint -54.3684171E-807210192 1.04592973E-984041807 -> NaN Division_impossible\r
-xmul409 multiply -54.3684171E-807210192 1.04592973E-984041807 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow409 power -54.3684171E-807210192 1 -> -5.43684171E-807210191\r
-xrem409 remainder -54.3684171E-807210192 1.04592973E-984041807 -> NaN Division_impossible\r
-xsub409 subtract -54.3684171E-807210192 1.04592973E-984041807 -> -5.43684171E-807210191 Inexact Rounded\r
-xadd410 add 54310060.5E+948159739 274320701.E+205880484 -> 5.43100605E+948159746 Inexact Rounded\r
-xcom410 compare 54310060.5E+948159739 274320701.E+205880484 -> 1\r
-xdiv410 divide 54310060.5E+948159739 274320701.E+205880484 -> 1.97980175E+742279254 Inexact Rounded\r
-xdvi410 divideint 54310060.5E+948159739 274320701.E+205880484 -> NaN Division_impossible\r
-xmul410 multiply 54310060.5E+948159739 274320701.E+205880484 -> Infinity Inexact Overflow Rounded\r
-xpow410 power 54310060.5E+948159739 3 -> Infinity Overflow Inexact Rounded\r
-xrem410 remainder 54310060.5E+948159739 274320701.E+205880484 -> NaN Division_impossible\r
-xsub410 subtract 54310060.5E+948159739 274320701.E+205880484 -> 5.43100605E+948159746 Inexact Rounded\r
-xadd411 add -657.186702 426844.39 -> 426187.203 Inexact Rounded\r
-xcom411 compare -657.186702 426844.39 -> -1\r
-xdiv411 divide -657.186702 426844.39 -> -0.00153964001 Inexact Rounded\r
-xdvi411 divideint -657.186702 426844.39 -> -0\r
-xmul411 multiply -657.186702 426844.39 -> -280516457 Inexact Rounded\r
-xpow411 power -657.186702 426844 -> 3.50000575E+1202713 Inexact Rounded\r
-xrem411 remainder -657.186702 426844.39 -> -657.186702\r
-xsub411 subtract -657.186702 426844.39 -> -427501.577 Inexact Rounded\r
-xadd412 add -41593077.0 -688607.564 -> -42281684.6 Inexact Rounded\r
-xcom412 compare -41593077.0 -688607.564 -> -1\r
-xdiv412 divide -41593077.0 -688607.564 -> 60.4017138 Inexact Rounded\r
-xdvi412 divideint -41593077.0 -688607.564 -> 60\r
-xmul412 multiply -41593077.0 -688607.564 -> 2.86413074E+13 Inexact Rounded\r
-xpow412 power -41593077.0 -688608 -> 1.42150750E-5246519 Inexact Rounded\r
-xrem412 remainder -41593077.0 -688607.564 -> -276623.160\r
-xsub412 subtract -41593077.0 -688607.564 -> -40904469.4 Inexact Rounded\r
-xadd413 add -5786.38132 190556652.E+177045877 -> 1.90556652E+177045885 Inexact Rounded\r
-xcom413 compare -5786.38132 190556652.E+177045877 -> -1\r
-xdiv413 divide -5786.38132 190556652.E+177045877 -> -3.03656748E-177045882 Inexact Rounded\r
-xdvi413 divideint -5786.38132 190556652.E+177045877 -> -0\r
-xmul413 multiply -5786.38132 190556652.E+177045877 -> -1.10263345E+177045889 Inexact Rounded\r
-xpow413 power -5786.38132 2 -> 33482208.8 Inexact Rounded\r
-xrem413 remainder -5786.38132 190556652.E+177045877 -> -5786.38132\r
-xsub413 subtract -5786.38132 190556652.E+177045877 -> -1.90556652E+177045885 Inexact Rounded\r
-xadd414 add 737622.974 -241560693E+249506565 -> -2.41560693E+249506573 Inexact Rounded\r
-xcom414 compare 737622.974 -241560693E+249506565 -> 1\r
-xdiv414 divide 737622.974 -241560693E+249506565 -> -3.05357202E-249506568 Inexact Rounded\r
-xdvi414 divideint 737622.974 -241560693E+249506565 -> -0\r
-xmul414 multiply 737622.974 -241560693E+249506565 -> -1.78180717E+249506579 Inexact Rounded\r
-xpow414 power 737622.974 -2 -> 1.83793916E-12 Inexact Rounded\r
-xrem414 remainder 737622.974 -241560693E+249506565 -> 737622.974\r
-xsub414 subtract 737622.974 -241560693E+249506565 -> 2.41560693E+249506573 Inexact Rounded\r
-xadd415 add 5615373.52 -7.27583808E-949781048 -> 5615373.52 Inexact Rounded\r
-xcom415 compare 5615373.52 -7.27583808E-949781048 -> 1\r
-xdiv415 divide 5615373.52 -7.27583808E-949781048 -> -7.71783739E+949781053 Inexact Rounded\r
-xdvi415 divideint 5615373.52 -7.27583808E-949781048 -> NaN Division_impossible\r
-xmul415 multiply 5615373.52 -7.27583808E-949781048 -> -4.08565485E-949781041 Inexact Rounded\r
-xpow415 power 5615373.52 -7 -> 5.68001460E-48 Inexact Rounded\r
-xrem415 remainder 5615373.52 -7.27583808E-949781048 -> NaN Division_impossible\r
-xsub415 subtract 5615373.52 -7.27583808E-949781048 -> 5615373.52 Inexact Rounded\r
-xadd416 add 644136.179 -835708.103 -> -191571.924\r
-xcom416 compare 644136.179 -835708.103 -> 1\r
-xdiv416 divide 644136.179 -835708.103 -> -0.770766942 Inexact Rounded\r
-xdvi416 divideint 644136.179 -835708.103 -> -0\r
-xmul416 multiply 644136.179 -835708.103 -> -5.38309824E+11 Inexact Rounded\r
-xpow416 power 644136.179 -835708 -> 7.41936858E-4854610 Inexact Rounded\r
-xrem416 remainder 644136.179 -835708.103 -> 644136.179\r
-xsub416 subtract 644136.179 -835708.103 -> 1479844.28 Inexact Rounded\r
-xadd417 add -307.419521E+466861843 -738689976.E-199032711 -> -3.07419521E+466861845 Inexact Rounded\r
-xcom417 compare -307.419521E+466861843 -738689976.E-199032711 -> -1\r
-xdiv417 divide -307.419521E+466861843 -738689976.E-199032711 -> 4.16168529E+665894547 Inexact Rounded\r
-xdvi417 divideint -307.419521E+466861843 -738689976.E-199032711 -> NaN Division_impossible\r
-xmul417 multiply -307.419521E+466861843 -738689976.E-199032711 -> 2.27087719E+267829143 Inexact Rounded\r
-xpow417 power -307.419521E+466861843 -7 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem417 remainder -307.419521E+466861843 -738689976.E-199032711 -> NaN Division_impossible\r
-xsub417 subtract -307.419521E+466861843 -738689976.E-199032711 -> -3.07419521E+466861845 Inexact Rounded\r
-xadd418 add -619642.130 -226740537.E-902590153 -> -619642.130 Inexact Rounded\r
-xcom418 compare -619642.130 -226740537.E-902590153 -> -1\r
-xdiv418 divide -619642.130 -226740537.E-902590153 -> 2.73282466E+902590150 Inexact Rounded\r
-xdvi418 divideint -619642.130 -226740537.E-902590153 -> NaN Division_impossible\r
-xmul418 multiply -619642.130 -226740537.E-902590153 -> 1.40497989E-902590139 Inexact Rounded\r
-xpow418 power -619642.130 -2 -> 2.60446259E-12 Inexact Rounded\r
-xrem418 remainder -619642.130 -226740537.E-902590153 -> NaN Division_impossible\r
-xsub418 subtract -619642.130 -226740537.E-902590153 -> -619642.130 Inexact Rounded\r
-xadd419 add -31068.7549 -3.41495042E+86001379 -> -3.41495042E+86001379 Inexact Rounded\r
-xcom419 compare -31068.7549 -3.41495042E+86001379 -> 1\r
-xdiv419 divide -31068.7549 -3.41495042E+86001379 -> 9.09786412E-86001376 Inexact Rounded\r
-xdvi419 divideint -31068.7549 -3.41495042E+86001379 -> 0\r
-xmul419 multiply -31068.7549 -3.41495042E+86001379 -> 1.06098258E+86001384 Inexact Rounded\r
-xpow419 power -31068.7549 -3 -> -3.33448258E-14 Inexact Rounded\r
-xrem419 remainder -31068.7549 -3.41495042E+86001379 -> -31068.7549\r
-xsub419 subtract -31068.7549 -3.41495042E+86001379 -> 3.41495042E+86001379 Inexact Rounded\r
-xadd420 add -68951173. -211804977.E-97318126 -> -68951173.0 Inexact Rounded\r
-xcom420 compare -68951173. -211804977.E-97318126 -> -1\r
-xdiv420 divide -68951173. -211804977.E-97318126 -> 3.25540854E+97318125 Inexact Rounded\r
-xdvi420 divideint -68951173. -211804977.E-97318126 -> NaN Division_impossible\r
-xmul420 multiply -68951173. -211804977.E-97318126 -> 1.46042016E-97318110 Inexact Rounded\r
-xpow420 power -68951173. -2 -> 2.10337488E-16 Inexact Rounded\r
-xrem420 remainder -68951173. -211804977.E-97318126 -> NaN Division_impossible\r
-xsub420 subtract -68951173. -211804977.E-97318126 -> -68951173.0 Inexact Rounded\r
-xadd421 add -4.09492571E-301749490 434.20199E-749390952 -> -4.09492571E-301749490 Inexact Rounded\r
-xcom421 compare -4.09492571E-301749490 434.20199E-749390952 -> -1\r
-xdiv421 divide -4.09492571E-301749490 434.20199E-749390952 -> -9.43092341E+447641459 Inexact Rounded\r
-xdvi421 divideint -4.09492571E-301749490 434.20199E-749390952 -> NaN Division_impossible\r
-xmul421 multiply -4.09492571E-301749490 434.20199E-749390952 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow421 power -4.09492571E-301749490 4 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem421 remainder -4.09492571E-301749490 434.20199E-749390952 -> NaN Division_impossible\r
-xsub421 subtract -4.09492571E-301749490 434.20199E-749390952 -> -4.09492571E-301749490 Inexact Rounded\r
-xadd422 add 3898.03188 -82572.615 -> -78674.5831 Inexact Rounded\r
-xcom422 compare 3898.03188 -82572.615 -> 1\r
-xdiv422 divide 3898.03188 -82572.615 -> -0.0472073202 Inexact Rounded\r
-xdvi422 divideint 3898.03188 -82572.615 -> -0\r
-xmul422 multiply 3898.03188 -82572.615 -> -321870686 Inexact Rounded\r
-xpow422 power 3898.03188 -82573 -> 1.33010737E-296507 Inexact Rounded\r
-xrem422 remainder 3898.03188 -82572.615 -> 3898.03188\r
-xsub422 subtract 3898.03188 -82572.615 -> 86470.6469 Inexact Rounded\r
-xadd423 add -1.7619356 -2546.64043 -> -2548.40237 Inexact Rounded\r
-xcom423 compare -1.7619356 -2546.64043 -> 1\r
-xdiv423 divide -1.7619356 -2546.64043 -> 0.000691866657 Inexact Rounded\r
-xdvi423 divideint -1.7619356 -2546.64043 -> 0\r
-xmul423 multiply -1.7619356 -2546.64043 -> 4487.01643 Inexact Rounded\r
-xpow423 power -1.7619356 -2547 -> -2.90664557E-627 Inexact Rounded\r
-xrem423 remainder -1.7619356 -2546.64043 -> -1.7619356\r
-xsub423 subtract -1.7619356 -2546.64043 -> 2544.87849 Inexact Rounded\r
-xadd424 add 59714.1968 29734388.6E-564525525 -> 59714.1968 Inexact Rounded\r
-xcom424 compare 59714.1968 29734388.6E-564525525 -> 1\r
-xdiv424 divide 59714.1968 29734388.6E-564525525 -> 2.00825373E+564525522 Inexact Rounded\r
-xdvi424 divideint 59714.1968 29734388.6E-564525525 -> NaN Division_impossible\r
-xmul424 multiply 59714.1968 29734388.6E-564525525 -> 1.77556513E-564525513 Inexact Rounded\r
-xpow424 power 59714.1968 3 -> 2.12928005E+14 Inexact Rounded\r
-xrem424 remainder 59714.1968 29734388.6E-564525525 -> NaN Division_impossible\r
-xsub424 subtract 59714.1968 29734388.6E-564525525 -> 59714.1968 Inexact Rounded\r
-xadd425 add 6.88891136E-935467395 -785049.562E-741671442 -> -7.85049562E-741671437 Inexact Rounded\r
-xcom425 compare 6.88891136E-935467395 -785049.562E-741671442 -> 1\r
-xdiv425 divide 6.88891136E-935467395 -785049.562E-741671442 -> -8.77512923E-193795959 Inexact Rounded\r
-xdvi425 divideint 6.88891136E-935467395 -785049.562E-741671442 -> -0\r
-xmul425 multiply 6.88891136E-935467395 -785049.562E-741671442 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow425 power 6.88891136E-935467395 -8 -> Infinity Overflow Inexact Rounded\r
-xrem425 remainder 6.88891136E-935467395 -785049.562E-741671442 -> 6.88891136E-935467395\r
-xsub425 subtract 6.88891136E-935467395 -785049.562E-741671442 -> 7.85049562E-741671437 Inexact Rounded\r
-xadd426 add 975566251 -519.858530 -> 975565731 Inexact Rounded\r
-xcom426 compare 975566251 -519.858530 -> 1\r
-xdiv426 divide 975566251 -519.858530 -> -1876599.49 Inexact Rounded\r
-xdvi426 divideint 975566251 -519.858530 -> -1876599\r
-xmul426 multiply 975566251 -519.858530 -> -5.07156437E+11 Inexact Rounded\r
-xpow426 power 975566251 -520 -> 3.85905300E-4675 Inexact Rounded\r
-xrem426 remainder 975566251 -519.858530 -> 253.460530\r
-xsub426 subtract 975566251 -519.858530 -> 975566771 Inexact Rounded\r
-xadd427 add 307401954 -231481582. -> 75920372\r
-xcom427 compare 307401954 -231481582. -> 1\r
-xdiv427 divide 307401954 -231481582. -> -1.32797586 Inexact Rounded\r
-xdvi427 divideint 307401954 -231481582. -> -1\r
-xmul427 multiply 307401954 -231481582. -> -7.11578906E+16 Inexact Rounded\r
-xpow427 power 307401954 -231481582 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem427 remainder 307401954 -231481582. -> 75920372\r
-xsub427 subtract 307401954 -231481582. -> 538883536\r
-xadd428 add 2237645.48E+992947388 -60618055.3E-857316706 -> 2.23764548E+992947394 Inexact Rounded\r
-xcom428 compare 2237645.48E+992947388 -60618055.3E-857316706 -> 1\r
-xdiv428 divide 2237645.48E+992947388 -60618055.3E-857316706 -> -Infinity Inexact Overflow Rounded\r
-xdvi428 divideint 2237645.48E+992947388 -60618055.3E-857316706 -> NaN Division_impossible\r
-xmul428 multiply 2237645.48E+992947388 -60618055.3E-857316706 -> -1.35641717E+135630696 Inexact Rounded\r
-xpow428 power 2237645.48E+992947388 -6 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem428 remainder 2237645.48E+992947388 -60618055.3E-857316706 -> NaN Division_impossible\r
-xsub428 subtract 2237645.48E+992947388 -60618055.3E-857316706 -> 2.23764548E+992947394 Inexact Rounded\r
-xadd429 add -403903.851 35.5049687E-72095155 -> -403903.851 Inexact Rounded\r
-xcom429 compare -403903.851 35.5049687E-72095155 -> -1\r
-xdiv429 divide -403903.851 35.5049687E-72095155 -> -1.13759810E+72095159 Inexact Rounded\r
-xdvi429 divideint -403903.851 35.5049687E-72095155 -> NaN Division_impossible\r
-xmul429 multiply -403903.851 35.5049687E-72095155 -> -1.43405936E-72095148 Inexact Rounded\r
-xpow429 power -403903.851 4 -> 2.66141117E+22 Inexact Rounded\r
-xrem429 remainder -403903.851 35.5049687E-72095155 -> NaN Division_impossible\r
-xsub429 subtract -403903.851 35.5049687E-72095155 -> -403903.851 Inexact Rounded\r
-xadd430 add 6.48674979 -621732.532E+422575800 -> -6.21732532E+422575805 Inexact Rounded\r
-xcom430 compare 6.48674979 -621732.532E+422575800 -> 1\r
-xdiv430 divide 6.48674979 -621732.532E+422575800 -> -1.04333447E-422575805 Inexact Rounded\r
-xdvi430 divideint 6.48674979 -621732.532E+422575800 -> -0\r
-xmul430 multiply 6.48674979 -621732.532E+422575800 -> -4.03302337E+422575806 Inexact Rounded\r
-xpow430 power 6.48674979 -6 -> 0.0000134226146 Inexact Rounded\r
-xrem430 remainder 6.48674979 -621732.532E+422575800 -> 6.48674979\r
-xsub430 subtract 6.48674979 -621732.532E+422575800 -> 6.21732532E+422575805 Inexact Rounded\r
-xadd431 add -31401.9418 36.3960679 -> -31365.5457 Inexact Rounded\r
-xcom431 compare -31401.9418 36.3960679 -> -1\r
-xdiv431 divide -31401.9418 36.3960679 -> -862.783911 Inexact Rounded\r
-xdvi431 divideint -31401.9418 36.3960679 -> -862\r
-xmul431 multiply -31401.9418 36.3960679 -> -1142907.21 Inexact Rounded\r
-xpow431 power -31401.9418 36 -> 7.77023505E+161 Inexact Rounded\r
-xrem431 remainder -31401.9418 36.3960679 -> -28.5312702\r
-xsub431 subtract -31401.9418 36.3960679 -> -31438.3379 Inexact Rounded\r
-xadd432 add 31345321.1 51.5482191 -> 31345372.6 Inexact Rounded\r
-xcom432 compare 31345321.1 51.5482191 -> 1\r
-xdiv432 divide 31345321.1 51.5482191 -> 608077.673 Inexact Rounded\r
-xdvi432 divideint 31345321.1 51.5482191 -> 608077\r
-xmul432 multiply 31345321.1 51.5482191 -> 1.61579548E+9 Inexact Rounded\r
-xpow432 power 31345321.1 52 -> 6.32385059E+389 Inexact Rounded\r
-xrem432 remainder 31345321.1 51.5482191 -> 34.6743293\r
-xsub432 subtract 31345321.1 51.5482191 -> 31345269.6 Inexact Rounded\r
-xadd433 add -64.172844 -28506227.2E-767965800 -> -64.1728440 Inexact Rounded\r
-xcom433 compare -64.172844 -28506227.2E-767965800 -> -1\r
-xdiv433 divide -64.172844 -28506227.2E-767965800 -> 2.25118686E+767965794 Inexact Rounded\r
-xdvi433 divideint -64.172844 -28506227.2E-767965800 -> NaN Division_impossible\r
-xmul433 multiply -64.172844 -28506227.2E-767965800 -> 1.82932567E-767965791 Inexact Rounded\r
-xpow433 power -64.172844 -3 -> -0.00000378395654 Inexact Rounded\r
-xrem433 remainder -64.172844 -28506227.2E-767965800 -> NaN Division_impossible\r
-xsub433 subtract -64.172844 -28506227.2E-767965800 -> -64.1728440 Inexact Rounded\r
-xadd434 add 70437.1551 -62916.1233 -> 7521.0318\r
-xcom434 compare 70437.1551 -62916.1233 -> 1\r
-xdiv434 divide 70437.1551 -62916.1233 -> -1.11954061 Inexact Rounded\r
-xdvi434 divideint 70437.1551 -62916.1233 -> -1\r
-xmul434 multiply 70437.1551 -62916.1233 -> -4.43163274E+9 Inexact Rounded\r
-xpow434 power 70437.1551 -62916 -> 5.02945060E-305005 Inexact Rounded\r
-xrem434 remainder 70437.1551 -62916.1233 -> 7521.0318\r
-xsub434 subtract 70437.1551 -62916.1233 -> 133353.278 Inexact Rounded\r
-xadd435 add 916260164 -58.4017325 -> 916260106 Inexact Rounded\r
-xcom435 compare 916260164 -58.4017325 -> 1\r
-xdiv435 divide 916260164 -58.4017325 -> -15688920.9 Inexact Rounded\r
-xdvi435 divideint 916260164 -58.4017325 -> -15688920\r
-xmul435 multiply 916260164 -58.4017325 -> -5.35111810E+10 Inexact Rounded\r
-xpow435 power 916260164 -58 -> 1.59554587E-520 Inexact Rounded\r
-xrem435 remainder 916260164 -58.4017325 -> 54.9461000\r
-xsub435 subtract 916260164 -58.4017325 -> 916260222 Inexact Rounded\r
-xadd436 add 19889085.3E-46816480 1581683.94 -> 1581683.94 Inexact Rounded\r
-xcom436 compare 19889085.3E-46816480 1581683.94 -> -1\r
-xdiv436 divide 19889085.3E-46816480 1581683.94 -> 1.25746268E-46816479 Inexact Rounded\r
-xdvi436 divideint 19889085.3E-46816480 1581683.94 -> 0\r
-xmul436 multiply 19889085.3E-46816480 1581683.94 -> 3.14582468E-46816467 Inexact Rounded\r
-xpow436 power 19889085.3E-46816480 1581684 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem436 remainder 19889085.3E-46816480 1581683.94 -> 1.98890853E-46816473\r
-xsub436 subtract 19889085.3E-46816480 1581683.94 -> -1581683.94 Inexact Rounded\r
-xadd437 add -56312.3383 789.466064 -> -55522.8722 Inexact Rounded\r
-xcom437 compare -56312.3383 789.466064 -> -1\r
-xdiv437 divide -56312.3383 789.466064 -> -71.3296503 Inexact Rounded\r
-xdvi437 divideint -56312.3383 789.466064 -> -71\r
-xmul437 multiply -56312.3383 789.466064 -> -44456680.1 Inexact Rounded\r
-xpow437 power -56312.3383 789 -> -1.68348724E+3748 Inexact Rounded\r
-xrem437 remainder -56312.3383 789.466064 -> -260.247756\r
-xsub437 subtract -56312.3383 789.466064 -> -57101.8044 Inexact Rounded\r
-xadd438 add 183442.849 -925876106 -> -925692663 Inexact Rounded\r
-xcom438 compare 183442.849 -925876106 -> 1\r
-xdiv438 divide 183442.849 -925876106 -> -0.000198128937 Inexact Rounded\r
-xdvi438 divideint 183442.849 -925876106 -> -0\r
-xmul438 multiply 183442.849 -925876106 -> -1.69845351E+14 Inexact Rounded\r
-xpow438 power 183442.849 -925876106 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem438 remainder 183442.849 -925876106 -> 183442.849\r
-xsub438 subtract 183442.849 -925876106 -> 926059549 Inexact Rounded\r
-xadd439 add 971113.655E-695540249 -419351120E-977743823 -> 9.71113655E-695540244 Inexact Rounded\r
-xcom439 compare 971113.655E-695540249 -419351120E-977743823 -> 1\r
-xdiv439 divide 971113.655E-695540249 -419351120E-977743823 -> -2.31575310E+282203571 Inexact Rounded\r
-xdvi439 divideint 971113.655E-695540249 -419351120E-977743823 -> NaN Division_impossible\r
-xmul439 multiply 971113.655E-695540249 -419351120E-977743823 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xpow439 power 971113.655E-695540249 -4 -> Infinity Overflow Inexact Rounded\r
-xrem439 remainder 971113.655E-695540249 -419351120E-977743823 -> NaN Division_impossible\r
-xsub439 subtract 971113.655E-695540249 -419351120E-977743823 -> 9.71113655E-695540244 Inexact Rounded\r
-xadd440 add 859658551. 72338.2054 -> 859730889 Inexact Rounded\r
-xcom440 compare 859658551. 72338.2054 -> 1\r
-xdiv440 divide 859658551. 72338.2054 -> 11883.8800 Inexact Rounded\r
-xdvi440 divideint 859658551. 72338.2054 -> 11883\r
-xmul440 multiply 859658551. 72338.2054 -> 6.21861568E+13 Inexact Rounded\r
-xpow440 power 859658551. 72338 -> 1.87620450E+646291 Inexact Rounded\r
-xrem440 remainder 859658551. 72338.2054 -> 63656.2318\r
-xsub440 subtract 859658551. 72338.2054 -> 859586213 Inexact Rounded\r
-xadd441 add -3.86446630E+426816068 -664.534737 -> -3.86446630E+426816068 Inexact Rounded\r
-xcom441 compare -3.86446630E+426816068 -664.534737 -> -1\r
-xdiv441 divide -3.86446630E+426816068 -664.534737 -> 5.81529615E+426816065 Inexact Rounded\r
-xdvi441 divideint -3.86446630E+426816068 -664.534737 -> NaN Division_impossible\r
-xmul441 multiply -3.86446630E+426816068 -664.534737 -> 2.56807210E+426816071 Inexact Rounded\r
-xpow441 power -3.86446630E+426816068 -665 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem441 remainder -3.86446630E+426816068 -664.534737 -> NaN Division_impossible\r
-xsub441 subtract -3.86446630E+426816068 -664.534737 -> -3.86446630E+426816068 Inexact Rounded\r
-xadd442 add -969.881818 31170.8555 -> 30200.9737 Inexact Rounded\r
-xcom442 compare -969.881818 31170.8555 -> -1\r
-xdiv442 divide -969.881818 31170.8555 -> -0.0311150208 Inexact Rounded\r
-xdvi442 divideint -969.881818 31170.8555 -> -0\r
-xmul442 multiply -969.881818 31170.8555 -> -30232046.0 Inexact Rounded\r
-xpow442 power -969.881818 31171 -> -1.02865894E+93099 Inexact Rounded\r
-xrem442 remainder -969.881818 31170.8555 -> -969.881818\r
-xsub442 subtract -969.881818 31170.8555 -> -32140.7373 Inexact Rounded\r
-xadd443 add 7980537.27 85.4040512 -> 7980622.67 Inexact Rounded\r
-xcom443 compare 7980537.27 85.4040512 -> 1\r
-xdiv443 divide 7980537.27 85.4040512 -> 93444.4814 Inexact Rounded\r
-xdvi443 divideint 7980537.27 85.4040512 -> 93444\r
-xmul443 multiply 7980537.27 85.4040512 -> 681570214 Inexact Rounded\r
-xpow443 power 7980537.27 85 -> 4.70685763E+586 Inexact Rounded\r
-xrem443 remainder 7980537.27 85.4040512 -> 41.1096672\r
-xsub443 subtract 7980537.27 85.4040512 -> 7980451.87 Inexact Rounded\r
-xadd444 add -114609916. 7525.14981 -> -114602391 Inexact Rounded\r
-xcom444 compare -114609916. 7525.14981 -> -1\r
-xdiv444 divide -114609916. 7525.14981 -> -15230.2504 Inexact Rounded\r
-xdvi444 divideint -114609916. 7525.14981 -> -15230\r
-xmul444 multiply -114609916. 7525.14981 -> -8.62456788E+11 Inexact Rounded\r
-xpow444 power -114609916. 7525 -> -4.43620445E+60645 Inexact Rounded\r
-xrem444 remainder -114609916. 7525.14981 -> -1884.39370\r
-xsub444 subtract -114609916. 7525.14981 -> -114617441 Inexact Rounded\r
-xadd445 add 8.43404682E-500572568 474526719 -> 474526719 Inexact Rounded\r
-xcom445 compare 8.43404682E-500572568 474526719 -> -1\r
-xdiv445 divide 8.43404682E-500572568 474526719 -> 1.77735973E-500572576 Inexact Rounded\r
-xdvi445 divideint 8.43404682E-500572568 474526719 -> 0\r
-xmul445 multiply 8.43404682E-500572568 474526719 -> 4.00218057E-500572559 Inexact Rounded\r
-xpow445 power 8.43404682E-500572568 474526719 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem445 remainder 8.43404682E-500572568 474526719 -> 8.43404682E-500572568\r
-xsub445 subtract 8.43404682E-500572568 474526719 -> -474526719 Inexact Rounded\r
-xadd446 add 188006433 2260.17037E-978192525 -> 188006433 Inexact Rounded\r
-xcom446 compare 188006433 2260.17037E-978192525 -> 1\r
-xdiv446 divide 188006433 2260.17037E-978192525 -> 8.31824165E+978192529 Inexact Rounded\r
-xdvi446 divideint 188006433 2260.17037E-978192525 -> NaN Division_impossible\r
-xmul446 multiply 188006433 2260.17037E-978192525 -> 4.24926569E-978192514 Inexact Rounded\r
-xpow446 power 188006433 2 -> 3.53464188E+16 Inexact Rounded\r
-xrem446 remainder 188006433 2260.17037E-978192525 -> NaN Division_impossible\r
-xsub446 subtract 188006433 2260.17037E-978192525 -> 188006433 Inexact Rounded\r
-xadd447 add -9.95836312 -866466703 -> -866466713 Inexact Rounded\r
-xcom447 compare -9.95836312 -866466703 -> 1\r
-xdiv447 divide -9.95836312 -866466703 -> 1.14930707E-8 Inexact Rounded\r
-xdvi447 divideint -9.95836312 -866466703 -> 0\r
-xmul447 multiply -9.95836312 -866466703 -> 8.62859006E+9 Inexact Rounded\r
-xpow447 power -9.95836312 -866466703 -> -6.71744369E-864896630 Inexact Rounded\r
-xrem447 remainder -9.95836312 -866466703 -> -9.95836312\r
-xsub447 subtract -9.95836312 -866466703 -> 866466693 Inexact Rounded\r
-xadd448 add 80919339.2E-967231586 219.824266 -> 219.824266 Inexact Rounded\r
-xcom448 compare 80919339.2E-967231586 219.824266 -> -1\r
-xdiv448 divide 80919339.2E-967231586 219.824266 -> 3.68109220E-967231581 Inexact Rounded\r
-xdvi448 divideint 80919339.2E-967231586 219.824266 -> 0\r
-xmul448 multiply 80919339.2E-967231586 219.824266 -> 1.77880343E-967231576 Inexact Rounded\r
-xpow448 power 80919339.2E-967231586 220 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem448 remainder 80919339.2E-967231586 219.824266 -> 8.09193392E-967231579\r
-xsub448 subtract 80919339.2E-967231586 219.824266 -> -219.824266 Inexact Rounded\r
-xadd449 add 159579.444 -89827.5229 -> 69751.9211\r
-xcom449 compare 159579.444 -89827.5229 -> 1\r
-xdiv449 divide 159579.444 -89827.5229 -> -1.77650946 Inexact Rounded\r
-xdvi449 divideint 159579.444 -89827.5229 -> -1\r
-xmul449 multiply 159579.444 -89827.5229 -> -1.43346262E+10 Inexact Rounded\r
-xpow449 power 159579.444 -89828 -> 9.69955850E-467374 Inexact Rounded\r
-xrem449 remainder 159579.444 -89827.5229 -> 69751.9211\r
-xsub449 subtract 159579.444 -89827.5229 -> 249406.967 Inexact Rounded\r
-xadd450 add -4.54000153 6966333.74 -> 6966329.20 Inexact Rounded\r
-xcom450 compare -4.54000153 6966333.74 -> -1\r
-xdiv450 divide -4.54000153 6966333.74 -> -6.51706005E-7 Inexact Rounded\r
-xdvi450 divideint -4.54000153 6966333.74 -> -0\r
-xmul450 multiply -4.54000153 6966333.74 -> -31627165.8 Inexact Rounded\r
-xpow450 power -4.54000153 6966334 -> 3.52568913E+4577271 Inexact Rounded\r
-xrem450 remainder -4.54000153 6966333.74 -> -4.54000153\r
-xsub450 subtract -4.54000153 6966333.74 -> -6966338.28 Inexact Rounded\r
-xadd451 add 28701538.7E-391015649 -920999192. -> -920999192 Inexact Rounded\r
-xcom451 compare 28701538.7E-391015649 -920999192. -> 1\r
-xdiv451 divide 28701538.7E-391015649 -920999192. -> -3.11634787E-391015651 Inexact Rounded\r
-xdvi451 divideint 28701538.7E-391015649 -920999192. -> -0\r
-xmul451 multiply 28701538.7E-391015649 -920999192. -> -2.64340940E-391015633 Inexact Rounded\r
-xpow451 power 28701538.7E-391015649 -920999192 -> Infinity Overflow Inexact Rounded\r
-xrem451 remainder 28701538.7E-391015649 -920999192. -> 2.87015387E-391015642\r
-xsub451 subtract 28701538.7E-391015649 -920999192. -> 920999192 Inexact Rounded\r
-xadd452 add -361382575. -7976.15286E+898491169 -> -7.97615286E+898491172 Inexact Rounded\r
-xcom452 compare -361382575. -7976.15286E+898491169 -> 1\r
-xdiv452 divide -361382575. -7976.15286E+898491169 -> 4.53078798E-898491165 Inexact Rounded\r
-xdvi452 divideint -361382575. -7976.15286E+898491169 -> 0\r
-xmul452 multiply -361382575. -7976.15286E+898491169 -> 2.88244266E+898491181 Inexact Rounded\r
-xpow452 power -361382575. -8 -> 3.43765537E-69 Inexact Rounded\r
-xrem452 remainder -361382575. -7976.15286E+898491169 -> -361382575\r
-xsub452 subtract -361382575. -7976.15286E+898491169 -> 7.97615286E+898491172 Inexact Rounded\r
-xadd453 add 7021805.61 1222952.83 -> 8244758.44\r
-xcom453 compare 7021805.61 1222952.83 -> 1\r
-xdiv453 divide 7021805.61 1222952.83 -> 5.74168148 Inexact Rounded\r
-xdvi453 divideint 7021805.61 1222952.83 -> 5\r
-xmul453 multiply 7021805.61 1222952.83 -> 8.58733704E+12 Inexact Rounded\r
-xpow453 power 7021805.61 1222953 -> 1.26540553E+8372885 Inexact Rounded\r
-xrem453 remainder 7021805.61 1222952.83 -> 907041.46\r
-xsub453 subtract 7021805.61 1222952.83 -> 5798852.78\r
-xadd454 add -40.4811667 -79655.5635 -> -79696.0447 Inexact Rounded\r
-xcom454 compare -40.4811667 -79655.5635 -> 1\r
-xdiv454 divide -40.4811667 -79655.5635 -> 0.000508202628 Inexact Rounded\r
-xdvi454 divideint -40.4811667 -79655.5635 -> 0\r
-xmul454 multiply -40.4811667 -79655.5635 -> 3224550.14 Inexact Rounded\r
-xpow454 power -40.4811667 -79656 -> 4.50174275E-128028 Inexact Rounded\r
-xrem454 remainder -40.4811667 -79655.5635 -> -40.4811667\r
-xsub454 subtract -40.4811667 -79655.5635 -> 79615.0823 Inexact Rounded\r
-xadd455 add -8755674.38E+117168177 148.903404 -> -8.75567438E+117168183 Inexact Rounded\r
-xcom455 compare -8755674.38E+117168177 148.903404 -> -1\r
-xdiv455 divide -8755674.38E+117168177 148.903404 -> -5.88010357E+117168181 Inexact Rounded\r
-xdvi455 divideint -8755674.38E+117168177 148.903404 -> NaN Division_impossible\r
-xmul455 multiply -8755674.38E+117168177 148.903404 -> -1.30374972E+117168186 Inexact Rounded\r
-xpow455 power -8755674.38E+117168177 149 -> -Infinity Overflow Inexact Rounded\r
-xrem455 remainder -8755674.38E+117168177 148.903404 -> NaN Division_impossible\r
-xsub455 subtract -8755674.38E+117168177 148.903404 -> -8.75567438E+117168183 Inexact Rounded\r
-xadd456 add 34.5329781E+382829392 -45.2177309 -> 3.45329781E+382829393 Inexact Rounded\r
-xcom456 compare 34.5329781E+382829392 -45.2177309 -> 1\r
-xdiv456 divide 34.5329781E+382829392 -45.2177309 -> -7.63704357E+382829391 Inexact Rounded\r
-xdvi456 divideint 34.5329781E+382829392 -45.2177309 -> NaN Division_impossible\r
-xmul456 multiply 34.5329781E+382829392 -45.2177309 -> -1.56150291E+382829395 Inexact Rounded\r
-xpow456 power 34.5329781E+382829392 -45 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem456 remainder 34.5329781E+382829392 -45.2177309 -> NaN Division_impossible\r
-xsub456 subtract 34.5329781E+382829392 -45.2177309 -> 3.45329781E+382829393 Inexact Rounded\r
-xadd457 add -37958476.0 584367.935 -> -37374108.1 Inexact Rounded\r
-xcom457 compare -37958476.0 584367.935 -> -1\r
-xdiv457 divide -37958476.0 584367.935 -> -64.9564662 Inexact Rounded\r
-xdvi457 divideint -37958476.0 584367.935 -> -64\r
-xmul457 multiply -37958476.0 584367.935 -> -2.21817162E+13 Inexact Rounded\r
-xpow457 power -37958476.0 584368 -> 3.20538268E+4429105 Inexact Rounded\r
-xrem457 remainder -37958476.0 584367.935 -> -558928.160\r
-xsub457 subtract -37958476.0 584367.935 -> -38542843.9 Inexact Rounded\r
-xadd458 add 495233.553E-414152215 62352759.2 -> 62352759.2 Inexact Rounded\r
-xcom458 compare 495233.553E-414152215 62352759.2 -> -1\r
-xdiv458 divide 495233.553E-414152215 62352759.2 -> 7.94244809E-414152218 Inexact Rounded\r
-xdvi458 divideint 495233.553E-414152215 62352759.2 -> 0\r
-xmul458 multiply 495233.553E-414152215 62352759.2 -> 3.08791785E-414152202 Inexact Rounded\r
-xpow458 power 495233.553E-414152215 62352759 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem458 remainder 495233.553E-414152215 62352759.2 -> 4.95233553E-414152210\r
-xsub458 subtract 495233.553E-414152215 62352759.2 -> -62352759.2 Inexact Rounded\r
-xadd459 add -502343060 -96828.994 -> -502439889 Inexact Rounded\r
-xcom459 compare -502343060 -96828.994 -> -1\r
-xdiv459 divide -502343060 -96828.994 -> 5187.94050 Inexact Rounded\r
-xdvi459 divideint -502343060 -96828.994 -> 5187\r
-xmul459 multiply -502343060 -96828.994 -> 4.86413731E+13 Inexact Rounded\r
-xpow459 power -502343060 -96829 -> -6.78602119E-842510 Inexact Rounded\r
-xrem459 remainder -502343060 -96828.994 -> -91068.122\r
-xsub459 subtract -502343060 -96828.994 -> -502246231 Inexact Rounded\r
-xadd460 add -22.439639E+916362878 -39.4037681 -> -2.24396390E+916362879 Inexact Rounded\r
-xcom460 compare -22.439639E+916362878 -39.4037681 -> -1\r
-xdiv460 divide -22.439639E+916362878 -39.4037681 -> 5.69479521E+916362877 Inexact Rounded\r
-xdvi460 divideint -22.439639E+916362878 -39.4037681 -> NaN Division_impossible\r
-xmul460 multiply -22.439639E+916362878 -39.4037681 -> 8.84206331E+916362880 Inexact Rounded\r
-xpow460 power -22.439639E+916362878 -39 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem460 remainder -22.439639E+916362878 -39.4037681 -> NaN Division_impossible\r
-xsub460 subtract -22.439639E+916362878 -39.4037681 -> -2.24396390E+916362879 Inexact Rounded\r
-xadd461 add 718180.587E-957473722 1.66223443 -> 1.66223443 Inexact Rounded\r
-xcom461 compare 718180.587E-957473722 1.66223443 -> -1\r
-xdiv461 divide 718180.587E-957473722 1.66223443 -> 4.32057340E-957473717 Inexact Rounded\r
-xdvi461 divideint 718180.587E-957473722 1.66223443 -> 0\r
-xmul461 multiply 718180.587E-957473722 1.66223443 -> 1.19378450E-957473716 Inexact Rounded\r
-xpow461 power 718180.587E-957473722 2 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem461 remainder 718180.587E-957473722 1.66223443 -> 7.18180587E-957473717\r
-xsub461 subtract 718180.587E-957473722 1.66223443 -> -1.66223443 Inexact Rounded\r
-xadd462 add -51592.2698 -713885.741 -> -765478.011 Inexact Rounded\r
-xcom462 compare -51592.2698 -713885.741 -> 1\r
-xdiv462 divide -51592.2698 -713885.741 -> 0.0722696460 Inexact Rounded\r
-xdvi462 divideint -51592.2698 -713885.741 -> 0\r
-xmul462 multiply -51592.2698 -713885.741 -> 3.68309858E+10 Inexact Rounded\r
-xpow462 power -51592.2698 -713886 -> 6.38576920E-3364249 Inexact Rounded\r
-xrem462 remainder -51592.2698 -713885.741 -> -51592.2698\r
-xsub462 subtract -51592.2698 -713885.741 -> 662293.471 Inexact Rounded\r
-xadd463 add 51.2279848E+80439745 207.55925E+865165070 -> 2.07559250E+865165072 Inexact Rounded\r
-xcom463 compare 51.2279848E+80439745 207.55925E+865165070 -> -1\r
-xdiv463 divide 51.2279848E+80439745 207.55925E+865165070 -> 2.46811379E-784725326 Inexact Rounded\r
-xdvi463 divideint 51.2279848E+80439745 207.55925E+865165070 -> 0\r
-xmul463 multiply 51.2279848E+80439745 207.55925E+865165070 -> 1.06328421E+945604819 Inexact Rounded\r
-xpow463 power 51.2279848E+80439745 2 -> 2.62430643E+160879493 Inexact Rounded\r
-xrem463 remainder 51.2279848E+80439745 207.55925E+865165070 -> 5.12279848E+80439746\r
-xsub463 subtract 51.2279848E+80439745 207.55925E+865165070 -> -2.07559250E+865165072 Inexact Rounded\r
-xadd464 add -5983.23468 -39.9544513 -> -6023.18913 Inexact Rounded\r
-xcom464 compare -5983.23468 -39.9544513 -> -1\r
-xdiv464 divide -5983.23468 -39.9544513 -> 149.751392 Inexact Rounded\r
-xdvi464 divideint -5983.23468 -39.9544513 -> 149\r
-xmul464 multiply -5983.23468 -39.9544513 -> 239056.859 Inexact Rounded\r
-xpow464 power -5983.23468 -40 -> 8.36678291E-152 Inexact Rounded\r
-xrem464 remainder -5983.23468 -39.9544513 -> -30.0214363\r
-xsub464 subtract -5983.23468 -39.9544513 -> -5943.28023 Inexact Rounded\r
-xadd465 add 921639332.E-917542963 287325.891 -> 287325.891 Inexact Rounded\r
-xcom465 compare 921639332.E-917542963 287325.891 -> -1\r
-xdiv465 divide 921639332.E-917542963 287325.891 -> 3.20764456E-917542960 Inexact Rounded\r
-xdvi465 divideint 921639332.E-917542963 287325.891 -> 0\r
-xmul465 multiply 921639332.E-917542963 287325.891 -> 2.64810842E-917542949 Inexact Rounded\r
-xpow465 power 921639332.E-917542963 287326 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem465 remainder 921639332.E-917542963 287325.891 -> 9.21639332E-917542955\r
-xsub465 subtract 921639332.E-917542963 287325.891 -> -287325.891 Inexact Rounded\r
-xadd466 add 91095916.8E-787312969 -58643.418E+58189880 -> -5.86434180E+58189884 Inexact Rounded\r
-xcom466 compare 91095916.8E-787312969 -58643.418E+58189880 -> 1\r
-xdiv466 divide 91095916.8E-787312969 -58643.418E+58189880 -> -1.55338689E-845502846 Inexact Rounded\r
-xdvi466 divideint 91095916.8E-787312969 -58643.418E+58189880 -> -0\r
-xmul466 multiply 91095916.8E-787312969 -58643.418E+58189880 -> -5.34217593E-729123077 Inexact Rounded\r
-xpow466 power 91095916.8E-787312969 -6 -> Infinity Overflow Inexact Rounded\r
-xrem466 remainder 91095916.8E-787312969 -58643.418E+58189880 -> 9.10959168E-787312962\r
-xsub466 subtract 91095916.8E-787312969 -58643.418E+58189880 -> 5.86434180E+58189884 Inexact Rounded\r
-xadd467 add -6410.5555 -234964259 -> -234970670 Inexact Rounded\r
-xcom467 compare -6410.5555 -234964259 -> 1\r
-xdiv467 divide -6410.5555 -234964259 -> 0.0000272831090 Inexact Rounded\r
-xdvi467 divideint -6410.5555 -234964259 -> 0\r
-xmul467 multiply -6410.5555 -234964259 -> 1.50625142E+12 Inexact Rounded\r
-xpow467 power -6410.5555 -234964259 -> -1.27064467E-894484419 Inexact Rounded\r
-xrem467 remainder -6410.5555 -234964259 -> -6410.5555\r
-xsub467 subtract -6410.5555 -234964259 -> 234957848 Inexact Rounded\r
-xadd468 add -5.32711606 -8447286.21 -> -8447291.54 Inexact Rounded\r
-xcom468 compare -5.32711606 -8447286.21 -> 1\r
-xdiv468 divide -5.32711606 -8447286.21 -> 6.30630468E-7 Inexact Rounded\r
-xdvi468 divideint -5.32711606 -8447286.21 -> 0\r
-xmul468 multiply -5.32711606 -8447286.21 -> 44999674.0 Inexact Rounded\r
-xpow468 power -5.32711606 -8447286 -> 9.09138728E-6136888 Inexact Rounded\r
-xrem468 remainder -5.32711606 -8447286.21 -> -5.32711606\r
-xsub468 subtract -5.32711606 -8447286.21 -> 8447280.88 Inexact Rounded\r
-xadd469 add -82272171.8 -776.238587E-372690416 -> -82272171.8 Inexact Rounded\r
-xcom469 compare -82272171.8 -776.238587E-372690416 -> -1\r
-xdiv469 divide -82272171.8 -776.238587E-372690416 -> 1.05988253E+372690421 Inexact Rounded\r
-xdvi469 divideint -82272171.8 -776.238587E-372690416 -> NaN Division_impossible\r
-xmul469 multiply -82272171.8 -776.238587E-372690416 -> 6.38628344E-372690406 Inexact Rounded\r
-xpow469 power -82272171.8 -8 -> 4.76404994E-64 Inexact Rounded\r
-xrem469 remainder -82272171.8 -776.238587E-372690416 -> NaN Division_impossible\r
-xsub469 subtract -82272171.8 -776.238587E-372690416 -> -82272171.8 Inexact Rounded\r
-xadd470 add 412411244.E-774339264 866452.465 -> 866452.465 Inexact Rounded\r
-xcom470 compare 412411244.E-774339264 866452.465 -> -1\r
-xdiv470 divide 412411244.E-774339264 866452.465 -> 4.75976768E-774339262 Inexact Rounded\r
-xdvi470 divideint 412411244.E-774339264 866452.465 -> 0\r
-xmul470 multiply 412411244.E-774339264 866452.465 -> 3.57334739E-774339250 Inexact Rounded\r
-xpow470 power 412411244.E-774339264 866452 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem470 remainder 412411244.E-774339264 866452.465 -> 4.12411244E-774339256\r
-xsub470 subtract 412411244.E-774339264 866452.465 -> -866452.465 Inexact Rounded\r
-xadd471 add -103.474598 -3.01660661E-446661257 -> -103.474598 Inexact Rounded\r
-xcom471 compare -103.474598 -3.01660661E-446661257 -> -1\r
-xdiv471 divide -103.474598 -3.01660661E-446661257 -> 3.43016546E+446661258 Inexact Rounded\r
-xdvi471 divideint -103.474598 -3.01660661E-446661257 -> NaN Division_impossible\r
-xmul471 multiply -103.474598 -3.01660661E-446661257 -> 3.12142156E-446661255 Inexact Rounded\r
-xpow471 power -103.474598 -3 -> -9.02607123E-7 Inexact Rounded\r
-xrem471 remainder -103.474598 -3.01660661E-446661257 -> NaN Division_impossible\r
-xsub471 subtract -103.474598 -3.01660661E-446661257 -> -103.474598 Inexact Rounded\r
-xadd472 add -31027.8323 -475378186. -> -475409214 Inexact Rounded\r
-xcom472 compare -31027.8323 -475378186. -> 1\r
-xdiv472 divide -31027.8323 -475378186. -> 0.0000652697856 Inexact Rounded\r
-xdvi472 divideint -31027.8323 -475378186. -> 0\r
-xmul472 multiply -31027.8323 -475378186. -> 1.47499546E+13 Inexact Rounded\r
-xpow472 power -31027.8323 -475378186 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem472 remainder -31027.8323 -475378186. -> -31027.8323\r
-xsub472 subtract -31027.8323 -475378186. -> 475347158 Inexact Rounded\r
-xadd473 add -1199339.72 -5.73068392E+53774632 -> -5.73068392E+53774632 Inexact Rounded\r
-xcom473 compare -1199339.72 -5.73068392E+53774632 -> 1\r
-xdiv473 divide -1199339.72 -5.73068392E+53774632 -> 2.09283872E-53774627 Inexact Rounded\r
-xdvi473 divideint -1199339.72 -5.73068392E+53774632 -> 0\r
-xmul473 multiply -1199339.72 -5.73068392E+53774632 -> 6.87303685E+53774638 Inexact Rounded\r
-xpow473 power -1199339.72 -6 -> 3.36005741E-37 Inexact Rounded\r
-xrem473 remainder -1199339.72 -5.73068392E+53774632 -> -1199339.72\r
-xsub473 subtract -1199339.72 -5.73068392E+53774632 -> 5.73068392E+53774632 Inexact Rounded\r
-xadd474 add -732908.930E+364345433 -3486146.26 -> -7.32908930E+364345438 Inexact Rounded\r
-xcom474 compare -732908.930E+364345433 -3486146.26 -> -1\r
-xdiv474 divide -732908.930E+364345433 -3486146.26 -> 2.10234705E+364345432 Inexact Rounded\r
-xdvi474 divideint -732908.930E+364345433 -3486146.26 -> NaN Division_impossible\r
-xmul474 multiply -732908.930E+364345433 -3486146.26 -> 2.55502773E+364345445 Inexact Rounded\r
-xpow474 power -732908.930E+364345433 -3486146 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem474 remainder -732908.930E+364345433 -3486146.26 -> NaN Division_impossible\r
-xsub474 subtract -732908.930E+364345433 -3486146.26 -> -7.32908930E+364345438 Inexact Rounded\r
-xadd475 add -2376150.83 -46777583.3 -> -49153734.1 Inexact Rounded\r
-xcom475 compare -2376150.83 -46777583.3 -> 1\r
-xdiv475 divide -2376150.83 -46777583.3 -> 0.0507967847 Inexact Rounded\r
-xdvi475 divideint -2376150.83 -46777583.3 -> 0\r
-xmul475 multiply -2376150.83 -46777583.3 -> 1.11150593E+14 Inexact Rounded\r
-xpow475 power -2376150.83 -46777583 -> -3.51886193E-298247976 Inexact Rounded\r
-xrem475 remainder -2376150.83 -46777583.3 -> -2376150.83\r
-xsub475 subtract -2376150.83 -46777583.3 -> 44401432.5 Inexact Rounded\r
-xadd476 add 6.3664211 -140854908. -> -140854902 Inexact Rounded\r
-xcom476 compare 6.3664211 -140854908. -> 1\r
-xdiv476 divide 6.3664211 -140854908. -> -4.51984328E-8 Inexact Rounded\r
-xdvi476 divideint 6.3664211 -140854908. -> -0\r
-xmul476 multiply 6.3664211 -140854908. -> -896741658 Inexact Rounded\r
-xpow476 power 6.3664211 -140854908 -> 7.25432803E-113232608 Inexact Rounded\r
-xrem476 remainder 6.3664211 -140854908. -> 6.3664211\r
-xsub476 subtract 6.3664211 -140854908. -> 140854914 Inexact Rounded\r
-xadd477 add -15.791522 1902.30210E+90741844 -> 1.90230210E+90741847 Inexact Rounded\r
-xcom477 compare -15.791522 1902.30210E+90741844 -> -1\r
-xdiv477 divide -15.791522 1902.30210E+90741844 -> -8.30126929E-90741847 Inexact Rounded\r
-xdvi477 divideint -15.791522 1902.30210E+90741844 -> -0\r
-xmul477 multiply -15.791522 1902.30210E+90741844 -> -3.00402455E+90741848 Inexact Rounded\r
-xpow477 power -15.791522 2 -> 249.372167 Inexact Rounded\r
-xrem477 remainder -15.791522 1902.30210E+90741844 -> -15.791522\r
-xsub477 subtract -15.791522 1902.30210E+90741844 -> -1.90230210E+90741847 Inexact Rounded\r
-xadd478 add 15356.1505E+373950429 2.88020400 -> 1.53561505E+373950433 Inexact Rounded\r
-xcom478 compare 15356.1505E+373950429 2.88020400 -> 1\r
-xdiv478 divide 15356.1505E+373950429 2.88020400 -> 5.33161905E+373950432 Inexact Rounded\r
-xdvi478 divideint 15356.1505E+373950429 2.88020400 -> NaN Division_impossible\r
-xmul478 multiply 15356.1505E+373950429 2.88020400 -> 4.42288461E+373950433 Inexact Rounded\r
-xpow478 power 15356.1505E+373950429 3 -> Infinity Overflow Inexact Rounded\r
-xrem478 remainder 15356.1505E+373950429 2.88020400 -> NaN Division_impossible\r
-xsub478 subtract 15356.1505E+373950429 2.88020400 -> 1.53561505E+373950433 Inexact Rounded\r
-xadd479 add -3.12001326E+318884762 9567.21595 -> -3.12001326E+318884762 Inexact Rounded\r
-xcom479 compare -3.12001326E+318884762 9567.21595 -> -1\r
-xdiv479 divide -3.12001326E+318884762 9567.21595 -> -3.26115066E+318884758 Inexact Rounded\r
-xdvi479 divideint -3.12001326E+318884762 9567.21595 -> NaN Division_impossible\r
-xmul479 multiply -3.12001326E+318884762 9567.21595 -> -2.98498406E+318884766 Inexact Rounded\r
-xpow479 power -3.12001326E+318884762 9567 -> -Infinity Overflow Inexact Rounded\r
-xrem479 remainder -3.12001326E+318884762 9567.21595 -> NaN Division_impossible\r
-xsub479 subtract -3.12001326E+318884762 9567.21595 -> -3.12001326E+318884762 Inexact Rounded\r
-xadd480 add 49436.6528 751.919517 -> 50188.5723 Inexact Rounded\r
-xcom480 compare 49436.6528 751.919517 -> 1\r
-xdiv480 divide 49436.6528 751.919517 -> 65.7472664 Inexact Rounded\r
-xdvi480 divideint 49436.6528 751.919517 -> 65\r
-xmul480 multiply 49436.6528 751.919517 -> 37172384.1 Inexact Rounded\r
-xpow480 power 49436.6528 752 -> 8.41185718E+3529 Inexact Rounded\r
-xrem480 remainder 49436.6528 751.919517 -> 561.884195\r
-xsub480 subtract 49436.6528 751.919517 -> 48684.7333 Inexact Rounded\r
-xadd481 add 552.669453 8.3725760E+16223526 -> 8.37257600E+16223526 Inexact Rounded\r
-xcom481 compare 552.669453 8.3725760E+16223526 -> -1\r
-xdiv481 divide 552.669453 8.3725760E+16223526 -> 6.60094878E-16223525 Inexact Rounded\r
-xdvi481 divideint 552.669453 8.3725760E+16223526 -> 0\r
-xmul481 multiply 552.669453 8.3725760E+16223526 -> 4.62726700E+16223529 Inexact Rounded\r
-xpow481 power 552.669453 8 -> 8.70409632E+21 Inexact Rounded\r
-xrem481 remainder 552.669453 8.3725760E+16223526 -> 552.669453\r
-xsub481 subtract 552.669453 8.3725760E+16223526 -> -8.37257600E+16223526 Inexact Rounded\r
-xadd482 add -3266303 453741.520 -> -2812561.48 Rounded\r
-xcom482 compare -3266303 453741.520 -> -1\r
-xdiv482 divide -3266303 453741.520 -> -7.19859844 Inexact Rounded\r
-xdvi482 divideint -3266303 453741.520 -> -7\r
-xmul482 multiply -3266303 453741.520 -> -1.48205729E+12 Inexact Rounded\r
-xpow482 power -3266303 453742 -> 1.02497315E+2955701 Inexact Rounded\r
-xrem482 remainder -3266303 453741.520 -> -90112.360\r
-xsub482 subtract -3266303 453741.520 -> -3720044.52 Rounded\r
-xadd483 add 12302757.4 542922.487E+414443353 -> 5.42922487E+414443358 Inexact Rounded\r
-xcom483 compare 12302757.4 542922.487E+414443353 -> -1\r
-xdiv483 divide 12302757.4 542922.487E+414443353 -> 2.26602465E-414443352 Inexact Rounded\r
-xdvi483 divideint 12302757.4 542922.487E+414443353 -> 0\r
-xmul483 multiply 12302757.4 542922.487E+414443353 -> 6.67944364E+414443365 Inexact Rounded\r
-xpow483 power 12302757.4 5 -> 2.81846276E+35 Inexact Rounded\r
-xrem483 remainder 12302757.4 542922.487E+414443353 -> 12302757.4\r
-xsub483 subtract 12302757.4 542922.487E+414443353 -> -5.42922487E+414443358 Inexact Rounded\r
-xadd484 add -5670757.79E-784754984 128144.503 -> 128144.503 Inexact Rounded\r
-xcom484 compare -5670757.79E-784754984 128144.503 -> -1\r
-xdiv484 divide -5670757.79E-784754984 128144.503 -> -4.42528369E-784754983 Inexact Rounded\r
-xdvi484 divideint -5670757.79E-784754984 128144.503 -> -0\r
-xmul484 multiply -5670757.79E-784754984 128144.503 -> -7.26676439E-784754973 Inexact Rounded\r
-xpow484 power -5670757.79E-784754984 128145 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem484 remainder -5670757.79E-784754984 128144.503 -> -5.67075779E-784754978\r
-xsub484 subtract -5670757.79E-784754984 128144.503 -> -128144.503 Inexact Rounded\r
-xadd485 add 22.7721968E+842530698 5223.70462 -> 2.27721968E+842530699 Inexact Rounded\r
-xcom485 compare 22.7721968E+842530698 5223.70462 -> 1\r
-xdiv485 divide 22.7721968E+842530698 5223.70462 -> 4.35939596E+842530695 Inexact Rounded\r
-xdvi485 divideint 22.7721968E+842530698 5223.70462 -> NaN Division_impossible\r
-xmul485 multiply 22.7721968E+842530698 5223.70462 -> 1.18955230E+842530703 Inexact Rounded\r
-xpow485 power 22.7721968E+842530698 5224 -> Infinity Overflow Inexact Rounded\r
-xrem485 remainder 22.7721968E+842530698 5223.70462 -> NaN Division_impossible\r
-xsub485 subtract 22.7721968E+842530698 5223.70462 -> 2.27721968E+842530699 Inexact Rounded\r
-xadd486 add 88.5158199E-980164357 325846116 -> 325846116 Inexact Rounded\r
-xcom486 compare 88.5158199E-980164357 325846116 -> -1\r
-xdiv486 divide 88.5158199E-980164357 325846116 -> 2.71649148E-980164364 Inexact Rounded\r
-xdvi486 divideint 88.5158199E-980164357 325846116 -> 0\r
-xmul486 multiply 88.5158199E-980164357 325846116 -> 2.88425361E-980164347 Inexact Rounded\r
-xpow486 power 88.5158199E-980164357 325846116 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem486 remainder 88.5158199E-980164357 325846116 -> 8.85158199E-980164356\r
-xsub486 subtract 88.5158199E-980164357 325846116 -> -325846116 Inexact Rounded\r
-xadd487 add -22881.0408 5.63661562 -> -22875.4042 Inexact Rounded\r
-xcom487 compare -22881.0408 5.63661562 -> -1\r
-xdiv487 divide -22881.0408 5.63661562 -> -4059.35802 Inexact Rounded\r
-xdvi487 divideint -22881.0408 5.63661562 -> -4059\r
-xmul487 multiply -22881.0408 5.63661562 -> -128971.632 Inexact Rounded\r
-xpow487 power -22881.0408 6 -> 1.43500909E+26 Inexact Rounded\r
-xrem487 remainder -22881.0408 5.63661562 -> -2.01799842\r
-xsub487 subtract -22881.0408 5.63661562 -> -22886.6774 Inexact Rounded\r
-xadd488 add -7157.57449 -76.4455519E-85647047 -> -7157.57449 Inexact Rounded\r
-xcom488 compare -7157.57449 -76.4455519E-85647047 -> -1\r
-xdiv488 divide -7157.57449 -76.4455519E-85647047 -> 9.36297052E+85647048 Inexact Rounded\r
-xdvi488 divideint -7157.57449 -76.4455519E-85647047 -> NaN Division_impossible\r
-xmul488 multiply -7157.57449 -76.4455519E-85647047 -> 5.47164732E-85647042 Inexact Rounded\r
-xpow488 power -7157.57449 -8 -> 1.45168700E-31 Inexact Rounded\r
-xrem488 remainder -7157.57449 -76.4455519E-85647047 -> NaN Division_impossible\r
-xsub488 subtract -7157.57449 -76.4455519E-85647047 -> -7157.57449 Inexact Rounded\r
-xadd489 add -503113.801 -9715149.82E-612184422 -> -503113.801 Inexact Rounded\r
-xcom489 compare -503113.801 -9715149.82E-612184422 -> -1\r
-xdiv489 divide -503113.801 -9715149.82E-612184422 -> 5.17865201E+612184420 Inexact Rounded\r
-xdvi489 divideint -503113.801 -9715149.82E-612184422 -> NaN Division_impossible\r
-xmul489 multiply -503113.801 -9715149.82E-612184422 -> 4.88782595E-612184410 Inexact Rounded\r
-xpow489 power -503113.801 -10 -> 9.62360287E-58 Inexact Rounded\r
-xrem489 remainder -503113.801 -9715149.82E-612184422 -> NaN Division_impossible\r
-xsub489 subtract -503113.801 -9715149.82E-612184422 -> -503113.801 Inexact Rounded\r
-xadd490 add -3066962.41 -55.3096879 -> -3067017.72 Inexact Rounded\r
-xcom490 compare -3066962.41 -55.3096879 -> -1\r
-xdiv490 divide -3066962.41 -55.3096879 -> 55450.7271 Inexact Rounded\r
-xdvi490 divideint -3066962.41 -55.3096879 -> 55450\r
-xmul490 multiply -3066962.41 -55.3096879 -> 169632734 Inexact Rounded\r
-xpow490 power -3066962.41 -55 -> -1.70229600E-357 Inexact Rounded\r
-xrem490 remainder -3066962.41 -55.3096879 -> -40.2159450\r
-xsub490 subtract -3066962.41 -55.3096879 -> -3066907.10 Inexact Rounded\r
-xadd491 add -53311.5738E+156608936 -7.45890666 -> -5.33115738E+156608940 Inexact Rounded\r
-xcom491 compare -53311.5738E+156608936 -7.45890666 -> -1\r
-xdiv491 divide -53311.5738E+156608936 -7.45890666 -> 7.14737109E+156608939 Inexact Rounded\r
-xdvi491 divideint -53311.5738E+156608936 -7.45890666 -> NaN Division_impossible\r
-xmul491 multiply -53311.5738E+156608936 -7.45890666 -> 3.97646053E+156608941 Inexact Rounded\r
-xpow491 power -53311.5738E+156608936 -7 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem491 remainder -53311.5738E+156608936 -7.45890666 -> NaN Division_impossible\r
-xsub491 subtract -53311.5738E+156608936 -7.45890666 -> -5.33115738E+156608940 Inexact Rounded\r
-xadd492 add 998890068. -92.057879 -> 998889976 Inexact Rounded\r
-xcom492 compare 998890068. -92.057879 -> 1\r
-xdiv492 divide 998890068. -92.057879 -> -10850674.4 Inexact Rounded\r
-xdvi492 divideint 998890068. -92.057879 -> -10850674\r
-xmul492 multiply 998890068. -92.057879 -> -9.19557010E+10 Inexact Rounded\r
-xpow492 power 998890068. -92 -> 1.10757225E-828 Inexact Rounded\r
-xrem492 remainder 998890068. -92.057879 -> 33.839554\r
-xsub492 subtract 998890068. -92.057879 -> 998890160 Inexact Rounded\r
-xadd493 add 122.495591 -407836028. -> -407835906 Inexact Rounded\r
-xcom493 compare 122.495591 -407836028. -> 1\r
-xdiv493 divide 122.495591 -407836028. -> -3.00355002E-7 Inexact Rounded\r
-xdvi493 divideint 122.495591 -407836028. -> -0\r
-xmul493 multiply 122.495591 -407836028. -> -4.99581153E+10 Inexact Rounded\r
-xpow493 power 122.495591 -407836028 -> 4.82463773E-851610754 Inexact Rounded\r
-xrem493 remainder 122.495591 -407836028. -> 122.495591\r
-xsub493 subtract 122.495591 -407836028. -> 407836150 Inexact Rounded\r
-xadd494 add 187098.488 6220.05584E-236541249 -> 187098.488 Inexact Rounded\r
-xcom494 compare 187098.488 6220.05584E-236541249 -> 1\r
-xdiv494 divide 187098.488 6220.05584E-236541249 -> 3.00798727E+236541250 Inexact Rounded\r
-xdvi494 divideint 187098.488 6220.05584E-236541249 -> NaN Division_impossible\r
-xmul494 multiply 187098.488 6220.05584E-236541249 -> 1.16376304E-236541240 Inexact Rounded\r
-xpow494 power 187098.488 6 -> 4.28964811E+31 Inexact Rounded\r
-xrem494 remainder 187098.488 6220.05584E-236541249 -> NaN Division_impossible\r
-xsub494 subtract 187098.488 6220.05584E-236541249 -> 187098.488 Inexact Rounded\r
-xadd495 add 4819899.21E+432982550 -727441917 -> 4.81989921E+432982556 Inexact Rounded\r
-xcom495 compare 4819899.21E+432982550 -727441917 -> 1\r
-xdiv495 divide 4819899.21E+432982550 -727441917 -> -6.62582001E+432982547 Inexact Rounded\r
-xdvi495 divideint 4819899.21E+432982550 -727441917 -> NaN Division_impossible\r
-xmul495 multiply 4819899.21E+432982550 -727441917 -> -3.50619672E+432982565 Inexact Rounded\r
-xpow495 power 4819899.21E+432982550 -727441917 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem495 remainder 4819899.21E+432982550 -727441917 -> NaN Division_impossible\r
-xsub495 subtract 4819899.21E+432982550 -727441917 -> 4.81989921E+432982556 Inexact Rounded\r
-xadd496 add 5770.01020E+507459752 -4208339.33E-129766680 -> 5.77001020E+507459755 Inexact Rounded\r
-xcom496 compare 5770.01020E+507459752 -4208339.33E-129766680 -> 1\r
-xdiv496 divide 5770.01020E+507459752 -4208339.33E-129766680 -> -1.37108958E+637226429 Inexact Rounded\r
-xdvi496 divideint 5770.01020E+507459752 -4208339.33E-129766680 -> NaN Division_impossible\r
-xmul496 multiply 5770.01020E+507459752 -4208339.33E-129766680 -> -2.42821609E+377693082 Inexact Rounded\r
-xpow496 power 5770.01020E+507459752 -4 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped\r
-xrem496 remainder 5770.01020E+507459752 -4208339.33E-129766680 -> NaN Division_impossible\r
-xsub496 subtract 5770.01020E+507459752 -4208339.33E-129766680 -> 5.77001020E+507459755 Inexact Rounded\r
-xadd497 add -286.371320 710319152 -> 710318866 Inexact Rounded\r
-xcom497 compare -286.371320 710319152 -> -1\r
-xdiv497 divide -286.371320 710319152 -> -4.03158664E-7 Inexact Rounded\r
-xdvi497 divideint -286.371320 710319152 -> -0\r
-xmul497 multiply -286.371320 710319152 -> -2.03415033E+11 Inexact Rounded\r
-xpow497 power -286.371320 710319152 -> Infinity Overflow Inexact Rounded\r
-xrem497 remainder -286.371320 710319152 -> -286.371320\r
-xsub497 subtract -286.371320 710319152 -> -710319438 Inexact Rounded\r
-xadd498 add -7.27403536 -481469656E-835183700 -> -7.27403536 Inexact Rounded\r
-xcom498 compare -7.27403536 -481469656E-835183700 -> -1\r
-xdiv498 divide -7.27403536 -481469656E-835183700 -> 1.51079830E+835183692 Inexact Rounded\r
-xdvi498 divideint -7.27403536 -481469656E-835183700 -> NaN Division_impossible\r
-xmul498 multiply -7.27403536 -481469656E-835183700 -> 3.50222730E-835183691 Inexact Rounded\r
-xpow498 power -7.27403536 -5 -> -0.0000491046885 Inexact Rounded\r
-xrem498 remainder -7.27403536 -481469656E-835183700 -> NaN Division_impossible\r
-xsub498 subtract -7.27403536 -481469656E-835183700 -> -7.27403536 Inexact Rounded\r
-xadd499 add -6157.74292 -94075286.2E+92555877 -> -9.40752862E+92555884 Inexact Rounded\r
-xcom499 compare -6157.74292 -94075286.2E+92555877 -> 1\r
-xdiv499 divide -6157.74292 -94075286.2E+92555877 -> 6.54554790E-92555882 Inexact Rounded\r
-xdvi499 divideint -6157.74292 -94075286.2E+92555877 -> 0\r
-xmul499 multiply -6157.74292 -94075286.2E+92555877 -> 5.79291428E+92555888 Inexact Rounded\r
-xpow499 power -6157.74292 -9 -> -7.85608218E-35 Inexact Rounded\r
-xrem499 remainder -6157.74292 -94075286.2E+92555877 -> -6157.74292\r
-xsub499 subtract -6157.74292 -94075286.2E+92555877 -> 9.40752862E+92555884 Inexact Rounded\r
-xadd500 add -525445087.E+231529167 188227460 -> -5.25445087E+231529175 Inexact Rounded\r
-xcom500 compare -525445087.E+231529167 188227460 -> -1\r
-xdiv500 divide -525445087.E+231529167 188227460 -> -2.79154321E+231529167 Inexact Rounded\r
-xdvi500 divideint -525445087.E+231529167 188227460 -> NaN Division_impossible\r
-xmul500 multiply -525445087.E+231529167 188227460 -> -9.89031941E+231529183 Inexact Rounded\r
-xpow500 power -525445087.E+231529167 188227460 -> Infinity Overflow Inexact Rounded\r
-xrem500 remainder -525445087.E+231529167 188227460 -> NaN Division_impossible\r
-xsub500 subtract -525445087.E+231529167 188227460 -> -5.25445087E+231529175 Inexact Rounded\r
-\r