summaryrefslogtreecommitdiffstats
path: root/libraries/cln/README
diff options
context:
space:
mode:
author Andrew Psaltis <ampsaltis@gmail.com>2010-05-11 20:00:42 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 20:00:42 +0200
commit24e047c60f94a633ea191070bb2daee804af764d (patch)
treed62e2c615d7bba50f105a3e6ca6449917000f4a2 /libraries/cln/README
parentb39e67314b5d15e9f770ef1f5728135b2cee8857 (diff)
downloadslackbuilds-24e047c60f94a633ea191070bb2daee804af764d.tar.gz
slackbuilds-24e047c60f94a633ea191070bb2daee804af764d.tar.xz
libraries/cln: Added to 12.0 repository
Diffstat (limited to 'libraries/cln/README')
-rw-r--r--libraries/cln/README7
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.