atan

From Bohemia Interactive Community
Revision as of 15:23, 15 April 2006 by Planck (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

back to COMREF

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