cortex-js / compute-engine

An engine for symbolic manipulation and numeric evaluation of math formulas expressed with MathJSON
https://cortexjs.io
MIT License
375 stars 47 forks source link

Can not parse "\sum" #54

Closed ozkanbatuhan closed 2 years ago

ozkanbatuhan commented 2 years ago

I'm trying to parse a summation equation such as

Screenshot 2022-09-22 125520

and get an error as below;

Screenshot 2022-09-22 130549

Most of the summation cases got similar errors. It recognizes exponentiation instead of summation.

Thanks!

arnog commented 2 years ago

The parsing of \sum (and \prod) has been fixed.