diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-12 14:55:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-12 14:55:43 +0000 |
commit | f5bfcfd8c9dfb3bc5974939d28e0137323b8e1ed (patch) | |
tree | 33c076f46caee5719c42c17c13a39ca33ba3628c /math/cln/pkg-descr | |
parent | move cln from devel/ to math/ (diff) |
readd cln to math
Notes
Notes:
svn path=/head/; revision=38257
Diffstat (limited to 'math/cln/pkg-descr')
-rw-r--r-- | math/cln/pkg-descr | 20 |
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 |