Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d86b44 + d6d00e5 commit 7e1b09dCopy full SHA for 7e1b09d
Notes/01_Introduction/03_Numbers.md
@@ -77,7 +77,7 @@ c = -1.345e-10
77
Floats are represented as double precision using the native CPU representation [IEEE 754](https://en.wikipedia.org/wiki/IEEE_754).
78
This is the same as the `double` type in the programming language C.
79
80
-> 17 digits or precision
+> 17 digits of precision
81
> Exponent from -308 to 308
82
83
Be aware that floating point numbers are inexact when representing decimals.
0 commit comments