Asin

Top  Previous  Next

Function

Parameters

Return value

Asin

double d

double

 

Returns the angle (in radians) whose sine is d. d must be in range between -1 and 1.

 

Multiply the return value by 180 / Math.PI to convert from radians to degrees.

 

Example:

 

Asin(0) = 0