3#ifndef pRC_CORE_VALUE_FUNCTIONS_POW_H
4#define pRC_CORE_VALUE_FUNCTIONS_POW_H
14 template<
class B,
class N, If<IsFloat<B>> = 0, If<IsFloat<N>> = 0>
20 template<
class B,
class N, If<IsInteger<B>> = 0, If<IsFloat<N>> = 0>
21 static inline constexpr auto pow(
B const &
base, N
const &
exp)
26 template<
class B,
class N, If<IsFloat<B>> = 0, If<IsInteger<N>> = 0>
27 static inline constexpr auto pow(
B const &
base, N
const &
exp)
32 template<
class B,
class N, If<IsInteger<B>> = 0, If<IsInteger<N>> = 0>
33 static inline constexpr auto pow(
B const &
base, N
const &
exp)
Definition cholesky.hpp:18
Float(Float< 16 >::Fundamental const) -> Float< 16 >
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto exp(Complex< T > const &a)
Definition exp.hpp:12
static constexpr auto pow(Complex< X > const &x, Complex< Y > const &y)
Definition pow.hpp:13
static constexpr auto cast(Complex< T > const &a)
Definition cast.hpp:13