Skip to content

Commit

Permalink
Fixed typo and added a double space to line break rendered MarkDown.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghreat committed Jul 7, 2020
1 parent 3d86b44 commit d6d00e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notes/01_Introduction/03_Numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ c = -1.345e-10
Floats are represented as double precision using the native CPU representation [IEEE 754](https://en.wikipedia.org/wiki/IEEE_754).
This is the same as the `double` type in the programming language C.

> 17 digits or precision
> 17 digits of precision
> Exponent from -308 to 308
Be aware that floating point numbers are inexact when representing decimals.
Expand Down

0 comments on commit d6d00e5

Please sign in to comment.