COT function [Numeric]

Function

Returns the cotangent of a number, expressed in radians.

Syntax

COTnumeric-expression )

Parameters

numeric-expression The angle, in radians.

Example

The following statement returns the value 1.74653:

SELECT COT( 0.52 ) FROM iq_dummy

Standards and compatibility

See also

“COS function [Numeric]”

“SIN function [Numeric]”

“TAN function [Numeric]”