Query: conjf
OS: osx
Section: 3
Links: osx man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CONJ(3) BSD Library Functions Manual CONJ(3)NAMEconj -- complex conjugation functionSYNOPSIS#include <complex.h> double complex conj(double complex z); long double complex conjl(long double complex z); float complex conjf(float complex z);DESCRIPTIONconj(z) computes the complex conjugate of a complex floating-point number z. If z = x+iy, then conj(z) = x-iy.NOTESIf y is NaN, conj(x+yi) = x-yi; the sign bit of the NaN has been changed.SEE ALSOcomplex(3)STANDARDSThe conj() function conforms to ISO/IEC 9899:2011. 4th Berkeley Distribution December 11, 2006 4th Berkeley Distribution