This is a project for learning CG in Rust, mostly inspired by Scratchapixel.
To run an app:
just run <app>A utility to plot simple functions.
| Support expressions | |
|---|---|
| Number | 1, 2.0, ... |
| Factorial | 0!, 10!, ... |
| Variable | x |
| Constant | e, pi |
| Operator | +, -, *, /, ** |
| Function | sin, cos, sec, csc, tan, cot, arcsin, arccos, arctan, arccot, sqrt, log, ln |
