kobalicek / mathpresso

Mathematical Expression Parser and JIT Compiler
Other
141 stars 16 forks source link

Some small improvements #4

Closed Zueuk closed 8 years ago

Zueuk commented 8 years ago

removed wrong optimization for binary "-", added a useful trigonometric function hypot(x, y), allowed fractions without leading zero, added exponential notation support.

kobalicek commented 8 years ago

LGTM, I will check again this evening and merge, thanks!