Update float.md

This commit is contained in:
alexey-milovidov 2019-03-28 00:31:08 +03:00 committed by GitHub
parent d731b437d3
commit 2fd83f06f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ SELECT 1 - 0.9
- The result of the calculation depends on the calculation method (the processor type and architecture of the computer system).
- Floating-point calculations might result in numbers such as infinity (`Inf`) and "not-a-number" (`NaN`). This should be taken into account when processing the results of calculations.
- When reading floating point numbers from rows, the result might not be the nearest machine-representable number.
- When parsing floating point numbers from text, the result might not be the nearest machine-representable number.
## NaN and Inf