COT

Description

Returns the cotangent of the angle in radians sent through parameters (COT in Transact-SQL).

Sample Source Pattern

Syntax

COT( expression )

Arguments

Return Type

Examples

SELECT COT(1)

Last updated