asin

From Bohemia Interactive Community
Revision as of 14:03, 4 May 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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