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

Generic value type #19

Closed bertiqwerty closed 2 years ago

bertiqwerty commented 2 years ago

Create a generic value type to show-case that it is possible to mix different types, e.g., integers, floats, and booleans, in one expression.