Contents Index COS function [Numeric] COUNT function [Aggregate]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

COT function [Numeric]


Function 
Syntax 

COT ( numeric-expression )

Parameters 

numeric-expression    The angle, in radians.

Standards and compatibility 
See also 

COS function [Numeric]

SIN function [Numeric]

TAN function [Numeric]

Example 

The following statement returns the value 1.74653.

SELECT COT( 0.52 )

Contents Index COS function [Numeric] COUNT function [Aggregate]