mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update float.md
This commit is contained in:
parent
d731b437d3
commit
2fd83f06f5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user