After passing the expressions below to the MathJS.eval() function, I get the exception shown below thrown back.
nthRoot(e ^ -2, e ^ -4):

nthRoot(-2, 3)

However, on other calculators such as Microsoft, I do get results back.



Is the expression that I am passing in to the MathJS.eval() function incorrect?
After passing the expressions below to the MathJS.eval() function, I get the exception shown below thrown back.
nthRoot(e ^ -2, e ^ -4):

nthRoot(-2, 3)

However, on other calculators such as Microsoft, I do get results back.



Is the expression that I am passing in to the MathJS.eval() function incorrect?