CLOGSection: complex math routines (3)Updated: 2002-07-28 |
CLOGSection: complex math routines (3)Updated: 2002-07-28 |
double complex clog(double complexz);
float complex clogf(float complex z);
long double complex clogl(long double complexz);
One has clog(z) = log(cabs(z))+I*carg(z).
Please note that z close to zero will cause an overflow.