Experience-Monks / math-as-code

a cheat-sheet for mathematical notation in code form
MIT License
15.02k stars 1.07k forks source link

Fix evaluate method of mathjs #87

Open jhen0409 opened 2 years ago

jhen0409 commented 2 years ago

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

Did you test your solution?

Problem Description

The function eval of mathjs have been renamed to evaluate on v6.

Solution Description

Change to math.evaluate.

Side Effects, Risks, Impact

Aditional comments: