issues
search
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
[X] Symbolic reduction
[x] Addition
[X] Minus
[x] Multiplication
[x] Division
[x] Symbolic reduction on function
[x] Differentiation
[X] Differentiation of polynomials
[x] Differentiation of other functions
[ ] Integrate
[ ] Limits
[ ] polynomials
[ ] other functions
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
Symbolic calculation Update