United States-English |
|
|
HP-UX Reference > Cconj(3M)HP Integrity Server OnlyHP-UX 11i Version 3: February 2007 |
|
NAMEconj(), conjf(), conjl(), conjw(), conjq() — complex conjugate functions SYNOPSIS#include <complex.h> double complex conj(double complex z); float complex conjf(float complex z); long double complex conjl(long double complex z); extended complex conjw(extended complex z); quad complex conjq(quad complex z); DESCRIPTIONThese functions are available only for Integrity servers. conj() returns the complex conjugate of z, computed by reversing the sign of its imaginary part. conjf() is a float complex version of conj(); it takes a float complex argument and returns a float complex result. conjl() is a long double complex version of conj(); it takes a long double complex argument and returns a long double complex result. conjw() is an extended complex version of conj(); it takes an extended complex argument and returns an extended complex result. conjq() is equivalent to conjl() on HP-UX systems. These functions raise no exceptions. |
Printable version | ||
|