atg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 19: Line 19:


Arctangens of '''x''', result in degrees.
Arctangens of '''x''', result in degrees.
See also '''[[atan2]]''' and '''[[atan]]'''





Revision as of 18:09, 21 May 2006


atg x


Operand types:

x: Number

Type of returned value:

Number

Description:

Arctangens of x, result in degrees.

See also atan2 and atan


Example:

_angle = atg 1 ..........Result is 45