Difference between revisions of "Acos"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(remove generated)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=acos
 
|name=acos

Latest revision as of 21:58, 9 February 2010

Returns the arccosine of an angle.

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

The arccosine of the angle in radians.

Source:

script.ldf

Description

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


See also

cos, sin, tan, asin, atan