Open main menu

UESPWiki β

Morrowind Mod:XArcCos

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

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

SyntaxEdit

radians (float): xArcCos cosine (float)

ExampleEdit

float cosine
float result

Setx cosine to 25
Setx result to xArcCos cosine

See AlsoEdit