clog10

Name

clog10 -- Logarithm of a Complex Number

Synopsis

#include <complex.h>

double complex clog10(double complex z);

Description

The clog10() function shall compute the base 10 logarithm of the complex number z.

Return Value

The clog10() function shall return the base 10 logarithm.