Skip to content

siamr902/calculus-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculus CLI

A CLI app to evaluate derivatives and definite integrals. Note that any variables must be enclosed within parentheses, separate of any coefficients.

Overview Of Commands

  • -e: The expression to evaluate (e.g. "3(x^3)+4(x)+5")
  • -m: The mode ("derivative" or "integral"), with "derivative" as default
  • x: The point/value at which to evaluate the derivative (default: 1)
  • u: The upper bound of the integral (default: 20)
  • l: The lower bound of the integral (default: 0)
  • avg: Evaluate the average value of a function over an integral

About

A CLI app to evaluate derivatives and definite integrals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages