Convert is a collection of mathematical conversion functions.
color
enables you to do color conversions not supported by theimage/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).
Convert aims to be a library of well organized math conversion functions. If you have recommendations or changes please issue a pull request.
Convert is licensed under a MIT license.