|
|||||||
|
|
CREALSection: Manuel du programmeur Linux (3)Updated: 21 juillet 2003 Index Return to Main Contents NOMcreal, crealf, creall - Parties réelles de nombres complexes.SYNOPSIS#include <complex.h>double creal(double complex z); float crealf(float double complex z); long double creall(long double complex z); DESCRIPTIONLa fonction creal() renvoie la partie réelle du nombre complexe z.On a z = creal(z) + I*cimag(z). NOTELe compilateur gcc supporte aussi la macro __real__. C'est une extension GNU.CONFORMITÉC99VOIR AUSSIcabs(3), cimag(3), complex(5)TRADUCTIONChristophe Blaess, 2003.
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man3". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |