C Programming/complex.h/clog
Prototypes
editdouble complex clog(double complex z);
float complex clogf(float complex z);
long double complex clogl(long double complex z);
Description
editThese functions shall return the complex natural logarithm value, in the range of a strip mathematically unbounded along the real axis and in the interval [-iπ, +iπ] along the imaginary axis.