Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 576 Bytes

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