std::log(std::complex) (3) Linux Manual Page
std::log(std::complex) – std::log(std::complex) Synopsis Defined in header<complex> template <class T> complex<T> log(const complex<T> &z); Computes complex natural (base e) logarithm of a complex value z with a branch cut along the negative real axis. Parameters z – complex value Return value If no errors occur, the complex natural logarithm of z is returned, in the…
