cortex-js / compute-engine

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

MathJSON Or operator was evaluating to True given all False args #145

Closed dcbradley closed 6 months ago

dcbradley commented 6 months ago

Here's a patch that makes ["Or","False","False"] yield "False" rather than "True".

Thanks!