Morrowind Mod:GetSquareRoot

The UESPWiki – Your source for The Elder Scrolls since 1995

GetSquareRoot

		GetSquareRoot, Value

       Where:	Value = Value to compute the square root for, can be a literal or float variable

	Type: 	Misc, Tribunal

     Returns:	float

     Example:	if ( GetSquareRoot, fValue < 100 )
		set fValue1 to ( GetSquareRoot, fValue2 )

     Scripts:	

Computes the square root of the given float value or variable.