atan: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(diagram / see also)
mNo edit summary
Line 36: Line 36:


[[Category:Scripting Commands|ATAN]]
[[Category:Scripting Commands|ATAN]]
[[Category:Scripting Commands OFP 1.99|ATAN]]
[[Category:Scripting Commands OFP 1.96|ATAN]]
[[Category:Scripting Commands OFP 1.96|ATAN]]
[[Category:Scripting Commands OFP 1.46|ATAN]]
[[Category:Scripting Commands OFP 1.46|ATAN]]

Revision as of 09:39, 25 September 2014

Hover & click on the images for description

Description

Description:
ArcTangent of a number, result in Degrees.
Groups:
Uncategorised

Syntax

Syntax:
Number = atan x
Parameters:
x: Number
Return Value:
Number

atan.jpg

Examples

Example 1:
_degrees = atan 1; //45

Additional Information

See also:
atan2Math Commands

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section