Mathc complexes/Fichiers h : wzs

Bibliothèque

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.