Difference between revisions of "Tan"

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


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

Revision as of 13:13, 3 August 2006

A command for Oblivion Script Extender

Syntax:

tan [float]

Returns the tangent of the angle.

Example

set z to r * ( tan theta )

(unlike sin and cos, where the example provided was meaningful, this example is simply an example)

See Also