3#ifndef pRC_CORE_VALUE_FUNCTIONS_LOG2_H
4#define pRC_CORE_VALUE_FUNCTIONS_LOG2_H
15 static inline constexpr auto log2(
T const &a)
17 return Float(std::log2(a()));
21 static inline constexpr auto log2(
T const &a)
Definition cholesky.hpp:10
Float(Float< 16 >::Fundamental const) -> Float< 16 >
static constexpr auto log2(T const &a)
Definition log2.hpp:11
static constexpr auto cast(T const &a)
Definition cast.hpp:11