acos

From Bohemia Interactive Community
Revision as of 12:40, 15 April 2006 by Planck (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Categories:

acos x

Operand types: x: Number

Type of returned value: Number

Description: Arccosine of x, result in degrees.

Example: _angle = acos 0.5 ..........Result is 60