COT#

A mathematical function that returns the trigonometric cotangent of the specified angle, in radians, in the specified float expression.

Syntax#

COT ( float_expression )

Arguments#

float_expression

Is an expression of type float or of a type that can be implicitly converted to float.

Return types#

float

Examples#

SELECT COT(-0.50e0);

See Also#