diff options
Diffstat (limited to 'libraries/cln/README')
-rw-r--r-- | libraries/cln/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/cln/README b/libraries/cln/README new file mode 100644 index 0000000000..b1edc47cbd --- /dev/null +++ b/libraries/cln/README @@ -0,0 +1,7 @@ +CLN is a library for computations with all kinds of numbers. It has a +rich set of number classes, including integers (with unlimited +precision), reals with various precisions (including unlimited), +rationals, complex numbers and polynomials. The kernel is written in +assembly language. It uses garbage collection (automatic, without +imposing any burden on the main application). Many efficient +algorithms (i.e. for all transcendental functions) are implemented. |