SciNim / Unchained

A fully type safe, compile time only units library.
https://scinim.github.io/Unchained
110 stars 0 forks source link

Degree to Radians conversion fails #13

Closed HugoGranstrom closed 3 years ago

HugoGranstrom commented 3 years ago

Example:

import unchained
echo 180.Degree.to(rad) 

Error:

Error: Conversion to base unit not possible for compound units: Degree!
Vindaar commented 3 years ago

Fixed by #15.