Extended precision is 80 bits long.
With STR$(a##,18) or Format$ commands one can get 18 digits.
I want to get all the digits.
The mantisa is a binary number and rounded to display 18 digits.
How do I get the full value?
With STR$(a##,18) or Format$ commands one can get 18 digits.
I want to get all the digits.
The mantisa is a binary number and rounded to display 18 digits.
How do I get the full value?
Comment