You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{create,all}from'mathjs'constmath=create(all,{})constexpressionFromUser='sum(1,1)'constresult=safeEval(expressionFromUser.replace(/sum/gi,`math.sum`),{ math })
but I am getting the following error:
TypeError: x.constructor is undefined
The text was updated successfully, but these errors were encountered:
I trying
but I am getting the following error:
The text was updated successfully, but these errors were encountered: