C Programming/complex.h/clog

Prototypes edit

double complex clog(double complex z);
float complex clogf(float complex z);
long double complex clogl(long double complex z);

Description edit

These 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.