Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clog(3) [debian man page]

CLOG(3) 						     Linux Programmer's Manual							   CLOG(3)

NAME
clog, clogf, clogl - natural logarithm of a complex number SYNOPSIS
#include <complex.h> double complex clog(double complex z); float complex clogf(float complex z); long double complex clogl(long double complex z); Link with -lm. DESCRIPTION
The logarithm clog() is the inverse function of the exponential cexp(3). Thus, if y = clog(z), then z = cexp(y). The imaginary part of y is chosen in the interval [-pi,pi]. One has: clog(z) = log(cabs(z)) + I * carg(z) Note that z close to zero will cause an overflow. VERSIONS
These functions first appeared in glibc in version 2.1. CONFORMING TO
C99. SEE ALSO
cabs(3), cexp(3), clog10(3), clog2(3), complex(7) COLOPHON
This page is part of release 3.44 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. 2008-08-11 CLOG(3)

Check Out this Related Man Page

CLOG(3) 						     Linux Programmer's Manual							   CLOG(3)

NAME
clog, clogf, clogl - natural logarithm of a complex number SYNOPSIS
#include <complex.h> double complex clog(double complex z); float complex clogf(float complex z); long double complex clogl(long double complex z); Link with -lm. DESCRIPTION
The logarithm clog() is the inverse function of the exponential cexp(3). Thus, if y = clog(z), then z = cexp(y). The imaginary part of y is chosen in the interval [-pi,pi]. One has: clog(z) = log(cabs(z)) + I * carg(z) Note that z close to zero will cause an overflow. VERSIONS
These functions first appeared in glibc in version 2.1. CONFORMING TO
C99. SEE ALSO
cabs(3), cexp(3), clog10(3), clog2(3), complex(7) COLOPHON
This page is part of release 3.44 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. 2008-08-11 CLOG(3)
Man Page

3 More Discussions You Might Find Interesting

1. HP-UX

cclogd 99% CPU ?

Hello, Can someone tell me why the deamon cclogd use 99% CPU ? I understand (doing some research on internet) that this deamon is for diagnostic. here the result of top command and sar commands: # sar 1 10 HP-UX NAWUX01 B.11.00 U 9000/800 06/29/07 09:06:55 %usr %sys %wio %idle... (3 Replies)
Discussion started by: touny
3 Replies

2. Shell Programming and Scripting

Script to Scan proclog files

i need to create a shell script, which will go into a directory , and scan the files in it for defined errors, there will be around 10 files in the directory. (3 Replies)
Discussion started by: deeprajn95
3 Replies

3. AIX

Error doing clogin into a wpar

I have this error when I'm trying to do clogin from AIX 7200-00-00-0000 into a wpar with AIX 5.2 abanksPaDesa2:/> clogin AbanksBDPA_wpar exec: A file or directory in the path name does not exist somebody can help me to fix this? I'm restoring the wpar from wpar mksysb not a mksysb from... (2 Replies)
Discussion started by: sandra25350
2 Replies