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
947 stars 135 forks source link

Setting Stefan-Botzman constant as a precalculated fixed value and a … #220

Closed achary closed 2 years ago

achary commented 5 years ago

Even when #67 has been closed, here is a patch to improve how the library works with float as underlying unit type. Having single precision float as correctly supported type enables library to be usable for embedded systems, which is where I plan to use it.

achary commented 5 years ago

Not sure why continuous-integration/appveyor/branch stucked here, and I see no link to go and check. Did that happened before?