Mathc complexes/h09q
Installer ce fichier dans votre répertoire de travail.
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"
/* ------------------------------------ */
/* Copy */
/* ------------------------------------ */
#include "wc.h"
/* ------------------------------------ */
/* Print */
/* ------------------------------------ */
#include "wp.h"
/* ------------------------------------ */
/* Basic operation */
/* ------------------------------------ */
#include "wb.h"
/* ------------------------------------ */
/* ------------------------------------ */
/* */
/* ------------------------------------ */
#include "we.h" /* Determinant */
#include "wg.h" /* gauss jordan */
/* ------------------------------------ */
/* Rand */
/* ------------------------------------ */
#include "wr.h"
/* ------------------------------------ */
/* ------------------------------------ */
Déclaration des fichiers h.