atan: 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 - " " to " ")
Line 33: Line 33:


|r1= [[Number]] - Result is in degrees
|r1= [[Number]] - Result is in degrees
 
 
|x1= <code>_degrees = [[atan]] 1; {{cc|45}}</code>
|x1= <code>_degrees = [[atan]] 1; {{cc|45}}</code>



Revision as of 20:54, 10 June 2021

Hover & click on the images for description

Description

Description:
Returns the arcus tangens.

atan.jpg
Alias:
atg
Groups:
Math - Geometry

Syntax

Syntax:
atan x
Parameters:
x: Number
Return Value:
Number - Result is in degrees

Examples

Example 1:
_degrees = atan 1; // 45

Additional Information

See also:
atg atan2

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