Difference between revisions of "ASin"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>DragoonWraith
(oops)
Line 15: Line 15:
*[[cos]]
*[[cos]]
*[[tan]]
*[[tan]]
*[[asin]]
*[[acos]]
*[[acos]]
*[[atan]]
*[[atan]]


[[Category: OBSE Functions]]
[[Category: OBSE Functions]]

Revision as of 10:22, 3 August 2006

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