bertiqwerty / exmex

Math parser and evaluator in Rust, capable of partial differentiation, allows the use of custom operators.
Apache License 2.0
39 stars 6 forks source link

lowercase euler's number #33

Closed Titaniumtown closed 2 years ago

Titaniumtown commented 2 years ago

Currently only E can be used to represent Euler's number, could e do the same thing as well? I haven't found a good way of accomplishing this.