clog10l

Name

clog10l -- Logarithm of a Complex Number

Synopsis

#include <complex.h>

long double complex clog10l(long double complex z);

Description

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

Return Value

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