|
Navigation: Function Reference > General Utility Functions > arcsin() arcsin() |
Top Previous Next |
arcsin( number: Extended ) : Extended;
Returns the arc sine of number in radians.
Parameters
number |
floating point numeric value |
floatValue := arcsin( 0.5 );
degrees := radToDeg( floatValue );
See also: