ATan

Revision as of 14:14, 3 August 2006 by imported>GhanBuriGhan (Cat:OBSE math functions)

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