COT function

The COT function returns the cotangent of a specified number.

The specified number is the angle, in radians, that you want the cotangent 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 )