Mathc inititiation/Fichiers h : wzs
Aller à la navigation
Aller à la recherche
Installer ce fichier dans votre répertoire de travail.
![]() |
wzstruct.h ' |
---|
/* ------------------------------------ */
/* Save as : wzstruct.h */
/* ------------------------------------ */
typedef struct
{
double r;
double i;
} nb_Z,
*pnb_Z;
Dans ce fichier nous avons déclaré la structure des nombres complexes