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

Partial/to_deepex wrong #45

Closed bertiqwerty closed 1 year ago

bertiqwerty commented 1 year ago

For expressions like "-y*(x*(-(1-y))) + 1.7" the computation FlatEx::to_deepex is wrong. Hence, for these expressions also partial is wrong.