Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 531 Bytes

readme.md

File metadata and controls

17 lines (15 loc) · 531 Bytes

Mathematical functions parser and analyzer. Main features:

  • Main mathematical operations: +, -, *, /, power, root, logarithm, factorial
  • arbitrary number of variables
  • mathematical constants (atm Pi and Euler's number only)
  • in-line notation (eg "2^3") and function notation (eg "pw(2,3)") both supported (atm only for power, root and logarithms)
  • Monte Carlo integration

WIP

  • Derivative (only for 1 variable function)
  • optimizer

TODO

  • Absolute value
  • UI
  • plotter (only 2D)
  • include wider support for function notation