Difference between revisions of "ACos"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>GhanBuriGhan
(Cat:OBSE math functions)
Line 19: Line 19:


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

Revision as of 14:13, 3 August 2006

A command for Oblivion Script Extender

Syntax:

acos [float]

Returns the arccosine of a number (i.e. the angle whose cosine this is)

Example

set theta to acos ( r / x )

See Also