We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d86b44 commit d6d00e5Copy full SHA for d6d00e5
1 file changed
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