ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the arc-sine, in radians, of a number.
ASIN ( numeric-expression )
numeric-expression The sine of the angle.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns the value 0.546850.
SELECT ASIN( 0.52 )