ClickHouse/docs/en/data_types/float.rst

8 lines
318 B
ReStructuredText
Raw Normal View History

2017-04-03 19:49:50 +00:00
Float32, Float64
----------------
2017-04-26 18:10:25 +00:00
Floating-point numbers are just like 'float' and 'double' in the C language.
In contrast to standard SQL, floating-point numbers support 'inf', '-inf', and even 'nan's.
See the notes on sorting nans in "ORDER BY clause".
We do not recommend storing floating-point numbers in tables.