clog10f

Name

clog10f -- Logarithm of a Complex Number

Synopsis

#include <complex.h>

float complex clog10f(float complex z);

Description

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

Return Value

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