summaryrefslogtreecommitdiffstats
path: root/libraries/cln/slack-desc
diff options
context:
space:
mode:
author Andrew Psaltis2010-05-11 20:00:42 +0200
committer Robby Workman2010-05-11 20:00:42 +0200
commit24e047c60f94a633ea191070bb2daee804af764d (patch)
treed62e2c615d7bba50f105a3e6ca6449917000f4a2 /libraries/cln/slack-desc
parentb39e67314b5d15e9f770ef1f5728135b2cee8857 (diff)
downloadslackbuilds-24e047c60f94a633ea191070bb2daee804af764d.tar.gz
libraries/cln: Added to 12.0 repository
Diffstat (limited to 'libraries/cln/slack-desc')
-rw-r--r--libraries/cln/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/cln/slack-desc b/libraries/cln/slack-desc
new file mode 100644
index 0000000000..a605235e95
--- /dev/null
+++ b/libraries/cln/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+cln: cln (class library for numbers)
+cln:
+cln: CLN is a library for computations with all kinds of numbers. It has a
+cln: rich set of number classes, including integers (with unlimited
+cln: precision), reals with various precisions (including unlimited),
+cln: rationals, complex numbers and polynomials. The kernel is written in
+cln: assembly language. It uses garbage collection (automatic, without
+cln: imposing any burden on the main application). Many efficient
+cln: algorithms (i.e. for all transcendental functions) are implemented.
+cln:
+cln: Check out more at: http://www.ginac.de/CLN/