fixed wikipedia link to IEEE-754 standard
This commit is contained in:
parent
6726909765
commit
e2fc41ea8f
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ There are two ways to do so:
|
|||
|
||||
## Imprecise calculations
|
||||
|
||||
Internally, a number is represented in 64-bit format [IEEE-754](https://en.wikipedia.org/wiki/IEEE_754-2008_revision), so there are exactly 64 bits to store a number: 52 of them are used to store the digits, 11 of them store the position of the decimal point, and 1 bit is for the sign.
|
||||
Internally, a number is represented in 64-bit format [IEEE-754](https://en.wikipedia.org/wiki/IEEE_754), so there are exactly 64 bits to store a number: 52 of them are used to store the digits, 11 of them store the position of the decimal point, and 1 bit is for the sign.
|
||||
|
||||
If a number is really huge, it may overflow the 64-bit storage and become a special numeric value `Infinity`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue