ABS()
Absolute value
Numerical, matching input type
ABS (number)
Parameter | Description |
---|---|
number |
An expression of a numeric type |
Functions for Sequences (Generators)
ABS()
Absolute value
Numerical, matching input type
ABS (number)
Parameter | Description |
---|---|
number |
An expression of a numeric type |
COS()
Cosine
DOUBLE PRECISION
COS (angle)
Parameter | Description |
---|---|
angle |
An angle in radians |
The result is in the range [-1, 1].
COSH()
Hyperbolic cosine
DOUBLE PRECISION
COSH (number)
Parameter | Description |
---|---|
number |
A number of a numeric type |
The result is in the range [1, INF].
COT()
Cotangent
DOUBLE PRECISION
COT (angle)
Parameter | Description |
---|---|
angle |
An angle in radians |