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

Evaluate special values of inverse trig functions. #151

Closed dcbradley closed 6 months ago

dcbradley commented 6 months ago

For your consideration: here's a patch that evaluates all the same special values for inverse trig functions as are already supported for trig functions.

arnog commented 6 months ago

Excellent idea! The PR looks good. Thanks for submitting it!