Returns the cosine of the angle specified in radians.
cos(angle)
select cos(44)
0.999843
cos, a mathematical function, returns the cosine of the specified angle, in radians.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute cos.