Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.48 KB

File metadata and controls

18 lines (11 loc) · 1.48 KB

GoCalculate

Build Status codecov.io Go Report Card MIT License

Overview

GoCalculate is a CLI tool built with the Cobra CLI framework, using the NumberXNumbers/types and NumberXNumbers/methods libraries which contain many Custom Numeric Types, Numerical Methods, Functions and Algorithms useful in math and science written with Google's Go programming language.

Contributing

Feel free to drop a pull request to add new features that you might like to see in GoCalculate. We request that you first run goimports, golint and go vet on code before submitting a pull request.

License

GoCalculate is licensed under the MIT License