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

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.

Awesome Lists containing this project

README

        

# Convert

Convert is a collection of mathematical conversion functions.

[![Build Status](https://travis-ci.org/Masterminds/convert.png?branch=master)](https://travis-ci.org/Masterminds/convert) [![GoDoc](http://godoc.org/github.com/Masterminds/convert?status.png)](http://godoc.org/github.com/Masterminds/convert) [![Coverage Status](https://coveralls.io/repos/Masterminds/convert/badge.png?branch=master)](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.