|
halcheck 1.0
|
Utilities for numeric operations. More...
Functions | |
| template<typename T > | |
| constexpr T | halcheck::lib::midpoint (T min, T max) noexcept |
| An implementation of std::midpoint. | |
| template<typename T > | |
| lib::make_unsigned_t< T > | halcheck::lib::to_unsigned (T value) |
| Converts an integral value into its equivalent unsigned version. | |
Utilities for numeric operations.