Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.