NthRoot

Function of: MathExt
Returns: Number
Tags:  static

Calculates the n-th root of a number.

Parameters
Name Type Description
ANumber
nNumber
Example
local function_output = MathExt.NthRoot(Number A,
Number n
)