cortex-js / compute-engine

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

Sum is calculated incorrectly #150

Closed kungfooman closed 7 months ago

kungfooman commented 7 months ago
\sum_{n=10}^{12}n

Evaluation:

image

10 + 11 + 12 is 33 and not 36.