https://github.com/aligator/calc
Calc is a Go package that provides the tools to evaluate simple numerical expressions.
https://github.com/aligator/calc
calc calculator expressions go math numeric parse
Last synced: 12 months ago
JSON representation
Calc is a Go package that provides the tools to evaluate simple numerical expressions.
- Host: GitHub
- URL: https://github.com/aligator/calc
- Owner: aligator
- License: mit
- Created: 2021-09-21T21:35:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T20:29:24.000Z (over 4 years ago)
- Last Synced: 2025-02-15T02:09:55.806Z (12 months ago)
- Topics: calc, calculator, expressions, go, math, numeric, parse
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calc
Calc is a package that provides the tools to evaluate simple numerical expressions.
Fork from [github.com/marcak/calc](https://github.com/marcak/calc), a bit refactored, with errors, with tests and as go module.