Morrowind Mod:XArcCos

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

A function added by MWSE.

xArcCos returns the arc cosine (in radians) of the value.

Syntax[edit]

radians (float): xArcCos cosine (float)

Example[edit]

float cosine
float result

Setx cosine to 25
Setx result to xArcCos cosine

See Also[edit]

xDistance
xSqrt
xHypot
xDegRad
xRadDeg
xCos
xSin
xTan
xArcSin
xArcTan