https://github.com/masterminds/convert
A mathematical conversion library.
https://github.com/masterminds/convert
Last synced: about 2 months ago
JSON representation
A mathematical conversion library.
- Host: GitHub
- URL: https://github.com/masterminds/convert
- Owner: Masterminds
- License: other
- Created: 2013-11-26T03:48:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T22:37:02.000Z (over 10 years ago)
- Last Synced: 2025-03-24T12:48:02.943Z (2 months ago)
- Language: Go
- Size: 193 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Convert
Convert is a collection of mathematical conversion functions.
[](https://travis-ci.org/Masterminds/convert) [](http://godoc.org/github.com/Masterminds/convert) [](https://coveralls.io/r/Masterminds/convert?branch=master)
## Current Support
* `color` enables you to do color conversions not supported by the `image/color` core package. Currently supports converting a hexadecimal value into a RGB value.
* `nautical` provides the ability to convert between nautical distances (e.g., nautical miles) and more common formats.
* `radial` handles conversions to and from radial formats (e.g., radians and degrees).## Contribution
Convert aims to be a library of well organized math conversion functions. If you have recommendations or changes please issue a pull request.
## License
Convert is licensed under a MIT license.