mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Correct tanh
return type
Change return type from incorrect Float64 to correct Float32
This commit is contained in:
parent
8880427817
commit
e5339413f3
@ -575,7 +575,7 @@ tanh(x)
|
|||||||
|
|
||||||
- Values from the interval: `-1 < tanh(x) < 1`.
|
- Values from the interval: `-1 < tanh(x) < 1`.
|
||||||
|
|
||||||
Type: [Float64](../../sql-reference/data-types/float.md#float32-float64).
|
Type: [Float32](../../sql-reference/data-types/float.md#float32-float64).
|
||||||
|
|
||||||
**Example**
|
**Example**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user