aboutsummaryrefslogtreecommitdiffstats
path: root/math/cln/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/cln/pkg-descr')
-rw-r--r--math/cln/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/cln/pkg-descr b/math/cln/pkg-descr
new file mode 100644
index 000000000000..0ed3f21cc747
--- /dev/null
+++ b/math/cln/pkg-descr
@@ -0,0 +1,20 @@
+CLN is a library for computations with all kinds of numbers. It has a
+rich set of number classes:
+
+ - Integers (with unlimited precision),
+ - Rational numbers,
+ - Floating-point numbers:
+ Short float,
+ Single float,
+ Double float,
+ Long float (with unlimited precision),
+ - Complex numbers,
+ - Modular integers (integers modulo a fixed integer),
+ - Univariate polynomials.
+
+The subtypes of the complex numbers among these are exactly the types
+of numbers known to the Common Lisp language. Therefore CLN can be used
+for Common Lisp implementations, giving `CLN' another meaning: it
+becomes an abbreviation of "Common Lisp Numbers".
+
+WWW: http://clisp.cons.org/~haible/packages-cln.html