No 15 digits accuracy with value() found!
- Posted by r.schr at t-online.de Jun 02, 2002
- 557 views
Please check this peace of code:
include get.e -- value()
printf(1,"%d, %25.16g\n", value("1e-299"))
the result is (at least on my machine):
0, 1.000000000000032e-299
which means, the 15th digit is 3 and not zero as it should be!
(the result should be 1e-299)
Have a nice day and better accuracy, Rolf

