atg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Line 34: Line 34:
|r1= [[Number]] - Result in degrees
|r1= [[Number]] - Result in degrees


|x1= <code>_atanThreeFifth = [[atg]] 3/5;</code>
|x1= <code>_atanThreeFifth = atg 3/5;</code>


|seealso= [[atan]]
|seealso= [[atan]]
}}
}}

Revision as of 12:01, 12 May 2022

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