atan: Difference between revisions

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


|1.00|= Game version
____________________________________________________________________________________________


<h2 style="color:#000066">'''atan ''x'''''</h2>
| ArcTangent of a number, result in [[Number#Degrees|Degrees]]. |DESCRIPTION=
____________________________________________________________________________________________


| '''atan''' x |SYNTAX=


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


'''x:''' [[Number]]
| [[Number]]


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


[[Number]]
| [[atan2]], [[Math Commands]] |SEEALSO=


'''Description:'''
}}


Arctangens of '''x''', result in degrees.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>


_angle = '''atan''' 1 ..........Result is 45
[[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