ASin

From the Oblivion ConstructionSet Wiki
Revision as of 13:13, 3 August 2006 by imported>GhanBuriGhan (Cat:OBSE math functions)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

asin [float]

Returns the arcsine of a number (i.e. the angle whose sine this is)

Example

set theta to asin ( r / y )

See Also