Enter math expression as argument:
> derivative_calculator x^4Or into prompt, if running without arguments:
> derivative_calculator
Enter expression: x^4Program will generate file result.html with derivative of given function
-
All basic math operators (+, *, -, /, ^)
-
Brackets ()
-
Trigonometry functions (sin, cos, tan, asin, acos, atan)
-
Other functions (sqrt, log, exp)
-
Variables (x)