Skip to content

jackdeye/Derivative-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Derivative Calculator

The Derivative Explorer is a string parser that can calculate the derivative of simple algebraic expressions and evalutate them

Usage

// Derivative Calculator V1.0
// Notes:
// 1. Currently only supports + - * / ^ operators as well as parenthesis
// 2. Use * for all multiplication
// 3. Exponents must be of the form f(x)^a
// 4. Type "finish" in expression slot to end
// Please input the expression:
3*x^2
//With respect to:
x
//returns 3*(1*(2*(x^1)))  

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Derivative calculator and expression evaluator in JAVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages