SciNim / Unchained

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

Fixes to math involving SI prefixes of compound units #19

Closed Vindaar closed 2 years ago

Vindaar commented 2 years ago

If a compound unit had an SI prefix and was involved in math that forced a conversion to its base type, the SI prefix of the compound was dropped.

In addition the SI prefix generation of units that used the exclude feature, were partially wrong, because the short and long names were mapped incorrectly.