A simple command-based equation parser with graphing interface in WASM (C++)
Try it here: https://lucasscharenbroch.github.io/graphing-calc-cas/
- Basic mathematical operations
- Decimal, scientific, hexidecimal, and binary literals
- Variable and function assignment
- Standard mathematical constants and functions
- Lagrange's Notation for numerical differentiation (i.e. f'(x), g'''(2))
- Numerical integration (with Midpoint Riemann Sums)
- Symbolic differentiation, expansion, and simplification
- (for details, see the help page)