nholthaus / units

a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
http://nholthaus.github.io/units/
MIT License
934 stars 134 forks source link

Fix math functions for percent #329

Open StefanoD opened 5 months ago

StefanoD commented 5 months ago

Fixes https://github.com/nholthaus/units/issues/328

Note: I tried to alter all math functions, but this resulted in some unit tests failing. There might be some rework needed from somebody with more knowledge.