mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 03:36:49 +08:00
fixing typo
This commit is contained in:
parent
750720031f
commit
ff2f8a4347
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ represented by `float`. `double` gets it right. The difference
|
|||
between the `double` and `float` is the very small number shown
|
||||
on the first line of output.
|
||||
|
||||
## When a Number if Not a Number and How About Infinity?
|
||||
## When a Number is Not a Number and How About Infinity?
|
||||
|
||||
`NaN` is an actual value. It means `not a number`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue