jiggzson / nerdamer

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

Factorial issue with simplify() #542

Closed ElectrifyPro closed 4 years ago

ElectrifyPro commented 4 years ago

I run into this issues with simplify():

simplify((n)!)/((n+1)!) should return something like 1/(n+1), but it instead gives n/(n+1)

jiggzson commented 4 years ago

Thanks for reporting.