Returns the cotangent of a number, expressed in radians.
COT ( numeric-expression )
numeric-expression The angle, in radians.
The following statement returns the value 1.74653.
SELECT COT( 0.52 ) FROM iq_dummy
SQL/92 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
“COS function [Numeric]”
“SIN function [Numeric]”
“TAN function [Numeric]”