mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
aa42a42e0f
Fixes #39287 ClickHouse uses the same semantics for modulo on floats as Python, i.e. 4.2 % 2.0 = 0.2 and not as previously documented: 4.2 % 2.0 --> (drop decimal places) --> 4 % 2 = 0. Fixed the documentation. |
||
---|---|---|
.. | ||
aggregate-functions | ||
data-types | ||
dictionaries | ||
functions | ||
operators | ||
statements | ||
table-functions | ||
window-functions | ||
ansi.md | ||
distributed-ddl.md | ||
index.md | ||
syntax.md |