See Also
You are here: SQL Reference > SQL Functions and Operators > Mathematical Functions and Operators > Trigonometric Functions > ASIN
ContentsIndexHome
PreviousUpNext
ASIN
ASIN

 

Syntax

ASIN(number)

 

Returns the arc sine in radians between -?/2 to ?/2 of the number given, which must lie between -1 and 1. 

 

 

Related