sunos man page for conjl

Query: conjl

OS: sunos

Section: 3m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

conj(3M)						  Mathematical Library Functions						  conj(3M)

NAME
conj, conjf, conjl - complex conjugate functions
SYNOPSIS
cc [ flag... ] file... -lm [ library... ] #include <complex.h> double complex conj(double complex z); float complex conjf(float complex z); long double complex conjl(long double complex z);
DESCRIPTION
These functions compute the complex conjugate of z, by reversing the sign of its imaginary part.
RETURN VALUES
These functions return the complex conjugate value.
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
carg(3M), cimag(3M), complex.h(3HEAD), cproj(3M), creal(3M), attributes(5), standards(5) SunOS 5.10 1 Sep 2002 conj(3M)
Related Man Pages
conj(3m) - sunos
conjl(3m) - sunos
conj(3m) - opensolaris
conjl(3m) - opensolaris
conj(3) - freebsd
Similar Topics in the Unix Linux Community
The 500 Mile Email
Is UNIX an open source OS ?
How to convert number to english?
UNIX fun stuff - echo and dc - obfuscate/garble a string sort of
How do I remove or hide SunOS version/release from remote login prompt?