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