complex logarithm
- input (complex)
- input
complex logarithm of input
the real part of the logarithm is computed by
log (abs (input))
The imaginary part holds the phase of input.
log (abs (input))
The imaginary part holds the phase of input.