vanilla-extracts / calc

Calc: A fully-featured minimalistic configurable calculator written in Rust
https://calc.nwa2coco.fr/
GNU General Public License v3.0
6 stars 2 forks source link

Add symbolic computation #41

Open vanilla-extracts opened 6 months ago

vanilla-extracts commented 6 months ago

Symbolic calculation Update

vanilla-extracts commented 6 months ago

42 will do the symbolic computation future PRs will do the differentiation, integration and limits (maybe)

vanilla-extracts commented 5 months ago

46 implemented differentiation of polynomials

vanilla-extracts commented 5 months ago

48 will implements symbolic reduction for function

vanilla-extracts commented 5 months ago

51 implemented the differentiation