This library implements support for arbitrary unit systems, units, and physical quantities.
The library is based on the Physics library by Pieter Erzeel.
The following adoptions have been made:
- added documentation
- added support for fractional/logarithmic unit bases
- added partial support for binary prefixes
- added support for CGS and imperial unit system
- based all unit systems on the SI system to facilitate conversion
- added angles as a separate dimension
- added support for relative units like °C and °F
- Add support for Siano's extensions to support units with directed dimensions
- Improve unit test coverage & bugfixing