|
|||||||
|
|
CIMAGSection: Manuel du programmeur Linux (3)Updated: 21 juillet 2003 Index Return to Main Contents NOMcimag, cimagf, cimagl - Obtenir la partie imaginaire d'un nombre complexe.SYNOPSIS#include <complex.h>double cimag(double complex z); float cimagf(float double complex z); long double cimagl(long double complex z); DESCRIPTIONLa fonction cimag() renvoie la partie imaginaire du nombre complexe z.On a z = creal(z) + I*cimag(z). NOTELe compilateur gcc supporte également la macro __imag__, c'est une extension GNU.CONFORMITÉC99VOIR AUSSIcabs(3), creal(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. |