Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.05 KB

Convert

Convert is a collection of mathematical conversion functions.

Build Status GoDoc Coverage Status

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.