COT function
The COT function returns the cotangens of a specified number.
The specified number is the angle, in radians, that you want the cotangens for. The specified number must be a
DOUBLE PRECISION
number.
If the specified number is NULL, the result of this function is NULL.
Syntax
COT (
number
)
Parent topic:
Built-in functions