Returns the arc-sine, in radians, of a number.
ASIN ( numeric-expression )
numeric-expression The sine of the angle.
The following statement returns the value 0.546850.
SELECT ASIN( 0.52 ) FROM iq_dummy
SQL/92 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
“ACOS function [Numeric]”
“ATAN function [Numeric]”
“ATAN2 function [Numeric]”
“SIN function [Numeric]”