62 if (std::is_constant_evaluated()) {
#define GCEM_LOG_2
Definition gcem_options.hpp:90
constexpr return_t< T > log2_check(const T x) noexcept
Definition log2.hpp:40
constexpr return_t< T > log(const T x) noexcept
Compile-time natural logarithm function.
Definition log.hpp:186
constexpr return_t< T > log2(const T x) noexcept
Compile-time binary logarithm function.
Definition log2.hpp:59
typename std::conditional< std::is_integral< T >::value, double, T >::type return_t
Definition gcem_options.hpp:77