Returns the cotangent of the angle specified in radians.
cot(angle)
is any approximate numeric (float, real, or double precision) column name, variable, or constant expression.
select cot(90)
-------------------- -0.501203
cot, a mathematical function, returns the cotangent of the specified angle, in radians.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute cot.