diff options
author | adam <adam@pkgsrc.org> | 2004-03-05 14:46:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-03-05 14:46:23 +0000 |
commit | 1699fb8d82dce16f18a918e18edc1a8522761653 (patch) | |
tree | 3bffd173f68c492d3e7ce7699b652a53dd225054 /math/cln/DESCR | |
parent | 2c8703a2482ea8874838e6b5e70c139652c573d8 (diff) | |
download | pkgsrc-1699fb8d82dce16f18a918e18edc1a8522761653.tar.gz |
CLN - Class Library for Numbers is a C++ library providing the following
features:
* Rich set of number classes
* Elementary, logical, transcendental functions
* C++ as implementation language brings efficiency, type safety,
and algebraic syntax
* Memory efficiency
* Speed efficiency
* Interoperability
Diffstat (limited to 'math/cln/DESCR')
-rw-r--r-- | math/cln/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/cln/DESCR b/math/cln/DESCR new file mode 100644 index 00000000000..109648da50b --- /dev/null +++ b/math/cln/DESCR @@ -0,0 +1,9 @@ +CLN - Class Library for Numbers is a C++ library providing the following +features: +* Rich set of number classes +* Elementary, logical, transcendental functions +* C++ as implementation language brings efficiency, type safety, + and algebraic syntax +* Memory efficiency +* Speed efficiency +* Interoperability |