3#ifndef pRC_CORE_VALUE_FUNCTIONS_ACOS_H
4#define pRC_CORE_VALUE_FUNCTIONS_ACOS_H
14 template<
class T, If<IsFloat<T>> = 0>
15 static inline constexpr auto acos(
T const &a)
17 return Float(std::acos(a()));
20 template<
class T, If<IsInteger<T>> = 0>
21 static inline constexpr auto acos(
T const &a)
Definition cholesky.hpp:18
Float(Float< 16 >::Fundamental const) -> Float< 16 >
static constexpr auto acos(Complex< T > const &a)
Definition acos.hpp:13
static constexpr auto cast(Complex< T > const &a)
Definition cast.hpp:13