3#ifndef pRC_CORE_COMPLEX_FUNCTIONS_ARG_H
4#define pRC_CORE_COMPLEX_FUNCTIONS_ARG_H
11 template<
class T, If<IsInvocable<Atan2, T, T>> = 0>
Definition complex.hpp:26
constexpr decltype(auto) real() &&
Definition complex.hpp:125
constexpr decltype(auto) imag() &&
Definition complex.hpp:145
Definition cholesky.hpp:18
static constexpr auto arg(Complex< T > const &a)
Definition arg.hpp:12
static constexpr auto atan2(XA &&a, XB &&b)
Definition atan2.hpp:15