Morrowind Mod:XTan

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

A function added by MWSE.

xTan returns the tangent of the angle (which given in radians).

Syntax[edit]

tangent (float): xTan radian (float)

Example[edit]

float angleInRadians
float result

Setx angleInRadians to 25
Setx result to xTan angleInRadians

See Also[edit]

xDistance
xSqrt
xHypot
xDegRad
xRadDeg
xCos
xSin
xArcCos
xArcSin
xArcTan