Mathc initiation/Fichiers h : x a3
Apparence
w_a.h liste des fichiers include |
---|
/* ------------------------------------ */
/* 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 "wzstruct.h" /* Struct */
#include "wzi.h" /* i_Z, Re_Z, Im_Z */
#include "wzp.h" /* p_Z pre_Z pim_Z */
#include "wzb.h" /* conj_Z, sym_Z, add_Z, sub_Z, */
/* mul_Z, smul_Z, abs_P2_Z */
/* div_Z,inv_Z */
#include "wzst.h" /* pow_Z, sin_Z, cos_Z, */
/* sinh_Z, cosh_Z, */
#include "wzr.h" /* r_Z */
/* ------------------------------------ */
/* ------------------------------------ */
Le fichier w_a.h contiendra tous les fichiers h de la librairie.
La nouvelle catégorie Complexes numbers nous donne les fonctions pour travailler avec les nombres complexes.