Returns the cotangent of the angle specified in radians.
cot(angle)
select cot(90)
-------------------- -0.501203
cot, a mathematical function, returns the cotangent of the specified angle, in radians.
See also Transact-SQL Users Guide.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute cot.