COT (TSQL Function)
Returns the cotangent of a number.
Syntax
COT ( float_expression )
Arguments
- float_expression
- is an expression of type
float.
Return Types
Returns float.
Examples
PRINT COT(14.78);
The result is:
-0.7489566945371722
Returns the cotangent of a number.
COT ( float_expression )
float.Returns float.
PRINT COT(14.78);
The result is:
-0.7489566945371722