Query: conjl
OS: opensolaris
Section: 3m
Links: opensolaris man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
conj(3M) Mathematical Library Functions conj(3M)NAMEconj, conjf, conjl - complex conjugate functionsSYNOPSISc99 [ 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);DESCRIPTIONThese functions compute the complex conjugate of z, by reversing the sign of its imaginary part.RETURN VALUESThese functions return the complex conjugate value.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOcarg(3M), cimag(3M), complex.h(3HEAD), cproj(3M), creal(3M), attributes(5), standards(5) SunOS 5.11 12 Jul 2006 conj(3M)
Related Man Pages |
---|
conjl(3m) - sunos |
conjl(3m) - opensolaris |
conjf(3) - freebsd |
cprojf(3) - freebsd |
creal(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Trying to block signal |
solaris zones vs container.. |
Study UNIX Kernel |
What's legal and what's not? |
Solaris 10 - password complexity not working |