Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Symbolic derivative calculator

Usage

Enter math expression as argument:

> derivative_calculator x^4

Or into prompt, if running without arguments:

> derivative_calculator
Enter expression: x^4

Program will generate file result.html with derivative of given function

Math expression syntax

  1. All basic math operators (+, *, -, /, ^)

  2. Brackets ()

  3. Trigonometry functions (sin, cos, tan, asin, acos, atan)

  4. Other functions (sqrt, log, exp)

  5. Variables (x)

About

C++ symbolic derivative calculator

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages