25#ifndef _gcem_log10_HPP
26#define _gcem_log10_HPP
62 if (std::is_constant_evaluated()) {
#define GCEM_LOG_10
Definition gcem_options.hpp:94
constexpr return_t< T > log10_check(const T x) noexcept
Definition log10.hpp:40
constexpr return_t< T > log10(const T x) noexcept
Compile-time common logarithm function.
Definition log10.hpp:59
constexpr return_t< T > log(const T x) noexcept
Compile-time natural logarithm function.
Definition log.hpp:186
typename std::conditional< std::is_integral< T >::value, double, T >::type return_t
Definition gcem_options.hpp:77