]> www.ginac.de Git - cln.git/blob - FILES
Fix floating-point input from decimal string.
[cln.git] / FILES
1 Files in this package:
2
3     Documentation:
4
5         README          this text
6         COPYING         free software license
7         doc/            documentation in texinfo, html, info, dvi, ps formats
8
9     Source files:
10         src/
11
12         base            base routines of all of CLN
13                         (mandatory)
14         integer         integer numbers
15                         (mandatory)
16         rational        rational numbers
17                         (needs integer)
18         float           floating-point numbers
19                         (needs integer, rational)
20         real            real numbers
21                         (needs integer, rational, float)
22         complex         complex numbers
23                         (needs integer, rational, float, real)
24         modinteger      integers modulo n
25                         (needs integer)
26         vector          vectors
27                         (needs integer, rational, float, real, complex)
28         polynomial      polynomials
29                         (needs integer, modinteger, vector)
30         modpolynomial   polynomials modulo a given polynomial
31                         (not yet implemented)
32         numtheory       number theory functions
33                         (needs integer, real)
34         timing          timing routines
35                         (standalone)
36
37     Include files
38         include/cln/
39
40     Sample programs
41         examples/
42
43     Sample programs used for tuning
44         benchmarks/
45
46     Verification tests:
47         tests/exam*     tests for specific input (like a pupils' exam)
48         tests/test*     coherence tests, for random input
49
50     Installation:
51
52         configure       configuration script
53         configure.in    autoconf source for the configuration script
54         autoconf/*      auxiliary configuration scripts
55         m4/*            autoconf's driver macros
56         Makefile.in     Makefile master