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

Nth Derivative support #28

Closed Titaniumtown closed 2 years ago

Titaniumtown commented 2 years ago

Currently, the partial method only takes the 1st derivative, could a method be added that takes the nth derivative? such as maybe partial_nth or something?

bertiqwerty commented 2 years ago

Good idea.