Description
Function | Description | Example | Result |
---|---|---|---|
sinh(x) | hyperbolic sine | sinh(0) | 0 |
cosh(x) | hyperbolic cosine | cosh(0) | 1 |
tanh(x) | hyperbolic tangent | tanh(0) | 0 |
asinh(x) | inverse hyperbolic sine | asinh(0) | 0 |
acosh(x) | inverse hyperbolic cosine | acosh(1) | 0 |
atanh(x) | inverse hyperbolic tangent | atanh(0) | 0 |
https://www.postgresql.org/docs/12/functions-math.html#FUNCTIONS-MATH-HYP-TABLE
Attachments
Issue Links
- contains
-
SPARK-33061 Expose inverse hyperbolic functions through sql.functions API
- Resolved
- links to