Contents Index CONVERT function [Data type conversion] COT function [Numeric]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

COS function [Numeric]


Function 
Syntax 

COS ( numeric-expression )

Parameters 

numeric expression    The angle, in radians.

Standards and compatibility 
See also 

ACOS function [Numeric]

COT function [Numeric]

SIN function [Numeric]

TAN function [Numeric]

Example 

The statement

SELECT COS( 0.52 )

returns the value 0.86781.


Contents Index CONVERT function [Data type conversion] COT function [Numeric]