atg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "[[Image:" to "[[File:")
 
(53 intermediate revisions by 13 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.97]]
[[Category:Scripting Commands OFP 1.46]]
[[Category:Scripting Commands ArmA]]
back to [[Scripting_Reference#A|COMREF]]


<h2 style="color:#000066">'''atg ''x'''''</h2>
|game1= ofp
|version1= 1.00


|game2= ofpe
|version2= 1.00


'''Operand types:'''
|game3= arma1
|version3= 1.00


'''x:''' [[Number]]
|game4= arma2
|version4= 1.00


'''Type of returned value:'''
|game5= arma2oa
|version5= 1.50


[[Number]]
|game6= tkoh
|version6= 1.00


'''Description:'''
|game7= arma3
|version7= 0.50


Arctangens of '''x''', result in degrees.
|gr1= Math - Geometry


|descr= Returns the '''arcus tangens'''.<br><br>[[File:atan.jpg|200px]]


'''Example:'''
|alias= [[atan]]


_angle = '''atg''' 1 ..........Result is 45
|s1= [[atg]] x
 
|p1= x: [[Number]]
 
|r1= [[Number]] - result in degrees
 
|x1= <sqf>_atanThreeFifth = atg 3/5;</sqf>
 
|seealso= [[atan]]
}}

Latest revision as of 00:11, 21 November 2023

Hover & click on the images for description

Description

Description:
Returns the arcus tangens.

atan.jpg
Alias:
atan
Groups:
Math - Geometry

Syntax

Syntax:
atg x
Parameters:
x: Number
Return Value:
Number - result in degrees

Examples

Example 1:
_atanThreeFifth = atg 3/5;

Additional Information

See also:
atan

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