3#ifndef pRC_CORE_COMPLEX_FUNCTIONS_LOG10_H
4#define pRC_CORE_COMPLEX_FUNCTIONS_LOG10_H
12 template<
class T, If<IsInvocable<Log, Complex<T>>> = 0>
Definition complex.hpp:26
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto log(Complex< T > const &a)
Definition log.hpp:11
static constexpr auto log10(Complex< T > const &a)
Definition log10.hpp:13