Mathc complexes/Fichiers h : v a2

Bibliothèque

Installer ce nouveau fichier à la place du fichier w_a.h de la section précédente.

w_a.h
/* ------------------------------------ */
/*  Save as :   w_a.h                   */
/* ------------------------------------ */

/* ------------------------------------ */   
/* Standard file                        */
/* ------------------------------------ */   
#include    <stdio.h>
#include   <stdlib.h>
#include   <stddef.h>
#include    <ctype.h>
#include     <time.h>
#include     <math.h>

/* ------------------------------------ */   
/* Help                                 */
/* ------------------------------------ */
#include      "z_d.h"  /* Define, Macro                 */
#include      "z_s.h"  /* clrscrn, stop, stop_w, pause  */
#include      "z_r.h"  /* r_I, rp_I                     */

/* ------------------------------------ */
/* Complexes numbers                    */
/* ------------------------------------ */
#include "w_z.h"                 
/* ------------------------------------ */
/* ------------------------------------ */

/* ------------------------------------ */   
/* Create                               */
/* ------------------------------------ */
#include "wi.h"                 
/* ------------------------------------ */
/* ------------------------------------ */


Le fichier w_a.h contiendra tous les fichiers h de la librairie.

La nouvelle catégorie Create nous donne les fonctions pour créer des matrices.