Releases: girish-io/shuntingyard
Releases · girish-io/shuntingyard
v1.0.0
What's new?
Core features
This implementation of the algorithm has been extended to support:
- Variable declaration and evaluation
- Functions
- sin
- cos
- tan
- Numeric values greater than 9
- Negative values
- Decimal values
Graphing support
Support for drawing graphs to images in PPM (Portable Pixmap) format has been added.
Graphs can be plotted using the plot
command in the CLI tool.