COT
Description
Returns the cotangent of the angle in radians sent through parameters (COT in Transact-SQL).
The cosine is defined as: or To calculate the cosine, the parameter must comply with the constraints of sine and cosine functions.
Sample Source Pattern
Syntax
COT( expression )Arguments
expression: Numeric float expression, where expression is in .
Return Type
Numeric float expression in .
Examples
SELECT COT(1)COT(1) |
------------------+
0.6420926159343306|Last updated