Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T20:29:24.000Z (about 3 years ago)
- Last Synced: 2024-06-20T12:52:10.681Z (5 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.