-
I was trying out numbers with high number of digits after the floating point and it seems that
and this is a bit surprising from a tool described as "High precision scientific calculator". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Under the hood numbat uses a 64 bit floating point number to represent all numbers. There has been talk about changing the way numbers are handled under the hood, fx. using rational numbers where possible, but so far a conclusion hasn't been reached as far as I’m aware. |
Beta Was this translation helpful? Give feedback.
Under the hood numbat uses a 64 bit floating point number to represent all numbers.
If you are unfamiliar with them, this article explains them though it focuses on their implementation.
There has been talk about changing the way numbers are handled under the hood, fx. using rational numbers where possible, but so far a conclusion hasn't been reached as far as I’m aware.