Contents Index ASCII function [String] ATAN function [Numeric]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

ASIN function [Numeric]


Function 

Returns the arc-sine, in radians, of a number.

Syntax 

ASIN ( numeric-expression )

Parameters 

numeric-expression    The sine of the angle.

Standards and compatibility 
See also 

ACOS function [Numeric]

ATAN function [Numeric]

ATN2 function [Numeric]

SIN function [Numeric]

Example 

The following statement returns the value 0.546850.

SELECT ASIN( 0.52 )

Contents Index ASCII function [String] ATAN function [Numeric]