Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.

Morrowind Mod:XTan

The UESPWiki – Your source for The Elder Scrolls since 1995

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