function cot(expression)

cot() returns the cotangent of the expression.

Arguments:
expression: A numeric expression that represents the angle in radians.

Example Query:
    RETURN cot(0.5)