atan

From Bohemia Interactive Community
Revision as of 12:31, 23 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


atan x


Operand types:

x: Number

Type of returned value:

Number

Description:

Arctangens of x, result in degrees.


Example:

_angle = atan 1 ..........Result is 45