Correct tanh return type

Change return type from incorrect Float64 to correct Float32
This commit is contained in:
Shaun Struwig 2024-04-22 12:24:26 +02:00 committed by GitHub
parent 8880427817
commit e5339413f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -575,7 +575,7 @@ tanh(x)
- 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**