ATan

Revision as of 10:23, 3 August 2006 by imported>DragoonWraith

A command for Oblivion Script Extender

Syntax:

asin [float]

Returns the arctangent of a number (i.e. the angle whose tangent this is)

Example

set theta to asin ( r / z )

(unlike asin and acos, where the example provided was meaningful, this example is simply an example)

See Also