Asin

From Dragon Age Toolset Wiki
Jump to: navigation, search

Returns the arcsine of an angle.

float asin(
float fValue
);
Parameters:
fValue
The angle in radians
Returns:

The arcsine of the angle in radians.

Source:

script.ldf

Description

Returns the arcsine of the float fValue. fValue is an angle in radians.


See also

cos, sin, tan, acos, atan