Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e1b09d

Browse files
authored
Merge pull request dabeaz-course#90 from ghreat/patch-1
Fixed typo and added a double space to line break rendered MarkDown.
2 parents 3d86b44 + d6d00e5 commit 7e1b09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)