COT()
Cotangent
DOUBLE PRECISION
COT (angle)
Parameter | Description |
---|---|
angle |
An angle in radians |
Functions for Sequences (Generators)
COT()
Cotangent
DOUBLE PRECISION
COT (angle)
Parameter | Description |
---|---|
angle |
An angle in radians |
EXP()
Natural exponent
DOUBLE PRECISION
EXP (number)
Parameter | Description |
---|---|
number |
A number of a numeric type |
Returns the natural exponential, enumber
FLOOR()
Floor of a number
BIGINT
or INT128
for exact numeric number, or DOUBLE PRECISION
or DECFLOAT
for floating point number
FLOOR (number)
Parameter | Description |
---|---|
number |
An expression of a numeric type |
Returns the largest whole number smaller than or equal to the argument.
LN()
Natural logarithm
DOUBLE PRECISION
LN (number)
Parameter | Description |
---|---|
number |
An expression of a numeric type |
An error is raised if the argument is negative or 0.