CONJ(3M) Mathematical Library Functions CONJ(3M)

NAME


conj, conjf, conjl - complex conjugate functions

SYNOPSIS


c99 [ 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(7) for descriptions of the following attributes:


+----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+----------------------------+-----------------------------+
|Interface Stability | Standard |
+----------------------------+-----------------------------+
|MT-Level | MT-Safe |
+----------------------------+-----------------------------+

SEE ALSO


complex.h(3HEAD), carg(3M), cimag(3M), cproj(3M), creal(3M),
attributes(7), standards(7)

SunOS 5.11 July 12, 2006 CONJ(3M)

tribblix@gmail.com :: GitHub :: Privacy