atan: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (degrees, math comands)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Arctangens of a number, result in degrees. |= Description
| ArcTangent of a number, result in [[Number#Degrees|Degrees]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''atan''' [[Number]] |= Syntax
| [[Number#Degrees|Degrees]] <nowiki>=</nowiki> '''atan''' [[Number]] |= Syntax


|p1= [[Number]] |= Parameter 1
|p1= [[Number]] |= Parameter 1


| [[Number]] |= Return value
| [[Number#Degrees|Degrees]]: [[Number]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>atan 1</pre>
|x1= <pre>_degrees=atan 1</pre>


returns 45 |= Example 1
returns 45 |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[atan2]], [[tan]] |= See also
| [[Math Commands]] |= See also


}}
}}

Revision as of 04:18, 4 September 2007

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_degrees=atan 1
returns 45

Additional Information

See also:
Math 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