From 264162353a9acd89aeb6ee9e25edb9c71ff90506 Mon Sep 17 00:00:00 2001 From: ijliao Date: Sat, 11 Aug 2001 15:54:45 +0000 Subject: add cxsc C++ class library for eXtended Scientific Computing --- math/cxsc/pkg-descr | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 math/cxsc/pkg-descr (limited to 'math/cxsc/pkg-descr') diff --git a/math/cxsc/pkg-descr b/math/cxsc/pkg-descr new file mode 100644 index 000000000000..eaeb5cf6533f --- /dev/null +++ b/math/cxsc/pkg-descr @@ -0,0 +1,18 @@ +Language eXtensions for Scientific Computation provide all features +indispensable for modern numerical software development, such as : + - Operator concept (user-defined operators) + - Overloading concept + - Module concept + - Dynamic arrays + - Controlled rounding + - Predefined arithmetic data types real, (extended real), complex, + interval, complex interval, and corresponding vector and matrix types + - Predefined arithmetic operators of highest accuracy for the arithmetic + data types + - Predefined elementary functions of highest accuracy for the arithmetic + data types + - Data type dotprecision for the exact representation of dot products + - Library of mathematical problem-solving routines with automatic result + verification and high accuracy + +WWW: http://www.math.uni-wuppertal.de/~xsc/ -- cgit