C Programming/complex.h/clog

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Prototypes[edit | edit source]

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

Description[edit | edit source]

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.