Last updated 17 days ago
Was this helpful?
Returns the arcsine (inverse sine) of a number
Asin(number=[double])
number
double
true
The number to calculate the arcsine of
asin( .3 );
Result: 0.3046926540153975
sine = 1; dump( Asin( sine ) ); // 1.570796326795 in radians