https://github.com/gztimewalker/exprcalculator
This is another homework-expanded project.
https://github.com/gztimewalker/exprcalculator
Last synced: about 2 months ago
JSON representation
This is another homework-expanded project.
- Host: GitHub
- URL: https://github.com/gztimewalker/exprcalculator
- Owner: GZTimeWalker
- Created: 2021-11-08T05:16:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T13:43:09.000Z (over 4 years ago)
- Last Synced: 2025-02-23T03:41:47.453Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExprCalculator
This is another homework-expanded project.
More features:
- Show an expression as a tree.
- Show an expression in LaTeX format.
- Simplify an expression with simple rules.
- Calculate the value of an expression.
- Take the partial derivative of an expression with respect to a variable.
You can type `help` for more information and examples.
Compile the project with `dotnet publish -c Release -r win-x64`.
Use Windows Terminal for better experience.
