i-laird / Derivation_Solver

RESTful Differential Calculus Solver which is built using Spring Boot and Docker.
0 stars 0 forks source link

Multivariable Derivation #4

Open i-laird opened 2 years ago

i-laird commented 2 years ago

Currently the calculator can only calculate derivatives where a single variable is involved.

i.e. d/dx(x + 2x + 3) is ok but d/dx(x + y + 3) is not

Fix this