1clog2(3)                   Library Functions Manual                   clog2(3)
2
3
4

NAME

6       clog2, clog2f, clog2l - base-2 logarithm of a complex number
7

LIBRARY

9       Math library (libm, -lm)
10

SYNOPSIS

12       #include <complex.h>
13
14       double complex clog2(double complex z);
15       float complex clog2f(float complex z);
16       long double complex clog2l(long double complex z);
17

DESCRIPTION

19       The call clog2(z) is equivalent to clog(z)/log(2).
20
21       The other functions perform the same task for float and long double.
22
23       Note that z close to zero will cause an overflow.
24

STANDARDS

26       None.
27

HISTORY

29       These function names are reserved for future use in C99.
30
31       Not yet in glibc, as at glibc 2.19.
32

SEE ALSO

34       cabs(3), cexp(3), clog(3), clog10(3), complex(7)
35
36
37
38Linux man-pages 6.05              2023-03-30                          clog2(3)
Impressum