Difference between revisions of "Tan"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>DragoonWraith
(oops)
Line 4: Line 4:
  tan [float]
  tan [float]


Returns the sine of the angle.
Returns the tangent of the angle.


==Example==
==Example==

Revision as of 09:23, 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