|
NAMEclog , clogf , and
clogl —
complex natural logarithm functions
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <complex.h>
double complex
float complex
long double complex
DESCRIPTIONTheclog (), clogf (), and
clogl () functions compute the complex natural
logarithm of z. with a branch cut along the negative
real axis .
RETURN VALUESTheclog () function returns the complex natural
logarithm value, in the range of a strip mathematically unbounded along the
real axis and in the interval [-I* pi , +I* pi ] along the imaginary axis. The
function satisfies the relationship:
clog (conj (z));
=
conj (clog (z));.
SEE ALSOcomplex(3), log(3), math(3)STANDARDSTheclog (), cexpf (), and
clogl () functions conform to ISO/IEC
9899:1999 (“ISO C99”).
Visit the GSP FreeBSD Man Page Interface. |