SINH()
Hyperbolic sine
DOUBLE PRECISION
SINH (number)
Parameter | Description |
---|---|
number |
An expression of a numeric type |
Functions for Sequences (Generators)
SINH()
Hyperbolic sine
DOUBLE PRECISION
SINH (number)
Parameter | Description |
---|---|
number |
An expression of a numeric type |
SQRT()
Square root
DOUBLE PRECISION
SQRT (number)
Parameter | Description |
---|---|
number |
An expression of a numeric type |
If number is negative, an error is raised.
TAN()
Tangent
DOUBLE PRECISION
TAN (angle)
Parameter | Description |
---|---|
angle |
An angle, in radians |
TANH()
Hyperbolic tangent
DOUBLE PRECISION
TANH (number)
Parameter | Description |
---|---|
number |
An expression of a numeric type |
Due to rounding, the result is in the range [-1, 1] (mathematically, it’s <-1, 1>).