jiggzson / nerdamer

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

Update eq type and formatting of the type file #619

Closed vojtechjelinek closed 3 years ago

vojtechjelinek commented 3 years ago

eq returns boolean and not Expression.

jiggzson commented 3 years ago

@vojtechjelinek, good catch! I'm not sure what I was thinking 😆 Thanks. The other equality check functions, gt, gte, lt, ... also return a Boolean. Any particular reason that those weren't updated as well? Did you maybe want to update them with this PR as well? If not, no big deal.

vojtechjelinek commented 3 years ago

@jiggzson Ah, right, fixed.

jiggzson commented 3 years ago

@vojtechjelinek, thanks!