|
Unit Conversion and Dimensional Analysis Library
2.3.0
A compile-time c++14 unit conversion library
|
raises unit_value_to a power at compile-time More...
#include <units.h>
Static Public Member Functions | |
| static constexpr const unit_t< unit_type > | value () noexcept |
| Value of exponentiation. More... | |
raises unit_value_to a power at compile-time
The resulting unit will the unit_type of U1 squared
| U1 | unit_value_t to take the exponentiation of. |
units::math::pow
|
inlinestaticconstexprnoexcept |
Value of exponentiation.
Returns the calculated value of the exponentiation of U1, in units of U1^power.
1.8.17