ASin#

inline float ASin(float theta)#

Computes the arc sine (inverse sine) of a value.

Parameters:

theta[in] Input value

Returns:

Arc sine in radians

Pre:

-1.0 <= theta <= 1.0