Contents Index SUM function [Aggregate] TEXTPTR function [Text and image]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

TAN function [Numeric]


Function 
Syntax 

TAN ( numeric-expression )

Parameters 

numeric-expression    An angle, in radians.

Standards and compatibility 
See also 

COS function [Numeric]

SIN function [Numeric]

Example 

The following statement returns the value 0.572561.

SELECT TAN( 0.52 )

Contents Index SUM function [Aggregate] TEXTPTR function [Text and image]