Skip to content

Commit d6d00e5

Browse files
committed
Fixed typo and added a double space to line break rendered MarkDown.
1 parent 3d86b44 commit d6d00e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Notes/01_Introduction/03_Numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ c = -1.345e-10
7777
Floats are represented as double precision using the native CPU representation [IEEE 754](https://en.wikipedia.org/wiki/IEEE_754).
7878
This is the same as the `double` type in the programming language C.
7979

80-
> 17 digits or precision
80+
> 17 digits of precision
8181
> Exponent from -308 to 308
8282
8383
Be aware that floating point numbers are inexact when representing decimals.

0 commit comments

Comments
 (0)