Difference between revisions of "Atan"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (remove generated)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=atan
 
|name=atan

Latest revision as of 21:57, 9 February 2010

Returns the arctangent of an angle.

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

The arctangent of the angle in radians.

Source:

script.ldf

Description

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


See also

cos, sin, tan, acos, asin