jiggzson / nerdamer

a symbolic math expression evaluator for javascript
http://www.nerdamer.com
MIT License
517 stars 82 forks source link

acsc bug fix #466

Closed Saikedo closed 5 years ago

Saikedo commented 5 years ago

Fixed a bug that was causing the acsc to return symbol acos(1/x) instead of asin(1/x) which was causing acsc to have wrong results.

jiggzson commented 5 years ago

Thanks.