atan: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
(25 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|A]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.97|A]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|A]]
[[Category:Scripting Commands ArmA|A]]


| ofp |= Game name


<h2 style="color:#000066">'''atan ''x'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


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


'''Operand types:'''
| '''atan''' x |SYNTAX=


'''x:''' [[Number]]
|p1= x: [[Number]] |PARAMETER1=


'''Type of returned value:'''
| [[Number]]


[[Number]]
<br><br>[[Image:atan.jpg|200px]]|RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>_degrees = [[atan]] 1; //45</code>|EXAMPLE1=
____________________________________________________________________________________________


'''Description:'''
| [[atan2]], [[Math Commands]] |SEEALSO=


Arctangens of '''x''', result in degrees.
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Example:'''
<!-- Note Section END -->
</dl>


_angle = '''atan''' 1 ..........Result is 45
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|ATAN]]
[[Category:Scripting Commands OFP 1.99|ATAN]]
[[Category:Scripting Commands OFP 1.96|ATAN]]
[[Category:Scripting Commands OFP 1.46|ATAN]]
[[Category:Scripting Commands ArmA|ATAN]]
[[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:28, 7 April 2019

Hover & click on the images for description

Description

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

Syntax

Syntax:
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