Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clogf(3m) [opensolaris man page]

clog(3M)						  Mathematical Library Functions						  clog(3M)

NAME
clog, clogf, clogl - complex natural logarithm functions SYNOPSIS
c99 [ flag... ] file... -lm [ library... ] #include <complex.h> double complex clog(double complex z); float complex clogf(float complex z); long double complex clogl(long double complex z); DESCRIPTION
These functions compute the complex natural (base e) logarithm of z, with a branch cut along the negative real axis. RETURN VALUES
These functions return the complex natural logarithm value, in the range of a strip mathematically unbounded along the real axis and in the interval [ -i , +i ] along the imaginary axis. ERRORS
No errors are defined. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
cexp(3M), complex.h(3HEAD), attributes(5), standards(5) SunOS 5.11 12 Jul 2006 clog(3M)

Check Out this Related Man Page

clog(3M)						  Mathematical Library Functions						  clog(3M)

NAME
clog, clogf, clogl - complex natural logarithm functions SYNOPSIS
cc [ flag... ] file... -lm [ library... ] #include <complex.h> double complex clog(double complex z); float complex clogf(float complex z); long double complex clogl(long double complex z); DESCRIPTION
These functions compute the complex natural (base e) logarithm of z, with a branch cut along the negative real axis. RETURN VALUES
These functions return the complex natural logarithm value, in the range of a strip mathematically unbounded along the real axis and in the interval [ -i , +i ] along the imaginary axis. ERRORS
No errors are defined. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
cexp(3M), complex.h(3HEAD), attributes(5), standards(5) SunOS 5.10 1 Sep 2002 clog(3M)
Man Page

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

new here

Didn't want to clog the other boards lol but just came through to say whats up and I'm new here and you guys have already helped me out. Great supplement to textbooks :) (1 Reply)
Discussion started by: StrengthThaDon
1 Replies

2. What is on Your Mind?

Project Euler

Some might already have guessed it: i am as much mathematically challenged as i am mathematically inclined.(*) This old (and largely unresponded) love of mine fell mostly short in the daily work as a programmer but was ignored completely in my work as a systems administrator. To my utter delight... (2 Replies)
Discussion started by: bakunin
2 Replies