asin

From Bohemia Interactive Community
Revision as of 16:56, 19 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


back to COMREF

asin x


Operand types:

x: Number

Type of returned value:

Number

Description:

Arcsine of x, result in degrees.


Example:

_angle = asin 0.5 ..........Result is 30