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
The result of math.parse('5!').toHTML() is !5 (<span class="math-operator math-unary-operator math-righthand-unary-operator">!</span><span class="math-number">5</span>) , but it should be 5!
The text was updated successfully, but these errors were encountered:
math.js version 5.8.0
The result of
math.parse('5!').toHTML()
is !5 (<span class="math-operator math-unary-operator math-righthand-unary-operator">!</span><span class="math-number">5</span>
) , but it should be 5!The text was updated successfully, but these errors were encountered: