Blame view

Giac_maj/giac-1.4.9/src/giac.h 993 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
  #ifndef _GIAC_GIAC_H
  #define _GIAC_GIAC_H
  #include "first.h"
  #include "global.h"
  #include "poly.h"
  #include "fraction.h"
  #include "gen.h"
  #include "identificateur.h" 
  #include "unary.h"
  #include "symbolic.h" 
  #include "index.h" 
  #include "modpoly.h" 
  #include "modfactor.h"
  #include "monomial.h" 
  #include "poly.h"
  #include "gausspol.h"
  #include "sym2poly.h"
  #include "derive.h"
  #include "solve.h"
  #include "subst.h"
  #include "usual.h"
  #include "intg.h"
  #include "intgab.h"
  #include "lin.h"
  #include "series.h"
  #include "vecteur.h"
  #include "moyal.h"
  #include "maple.h"
  #include "ti89.h"
  #include "mathml.h"
  #include "tex.h"
  #include "global.h"
  #include "ifactor.h"
  #include "alg_ext.h"
  #include "gauss.h"
  #include "isom.h"
  #include "plot.h"
  #include "plot3d.h"
  #include "help.h"
  #include "rpn.h"
  #include "prog.h"
  #include "pari.h"
  #include "quater.h"
  #include "desolve.h"
  #include "csturm.h"
  #include "ezgcd.h"
  #include "misc.h"
  #include "permu.h"
  #include "risch.h"
  
  #endif // _GIAC_GIAC_H