a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 2305 and 28403

Description: an interactive mathematical program
 euler is an interactive program which does computations involving
 real and complex numbers, matrices, and intervals. It draws the functions
 in two or three dimensions.
 .
 This package contains main program.
Description: interactive mathematical programming environment
 Euler is a powerful numerical laboratory with a programming language.
 The system can handle real, complex and interval numbers, vectors and
 matrices. It can produce 2D/3D plots.
 .
 Euler features among other things:
  * real, complex and interval scalars and matrices
  * a programming language, with local variables, default values for
    parameters, variable parameter number, passing of functions
  * two and three dimensional graphs
  * marker plots
  * density and contour plots
  * animations
  * numerical integration and differentiation
  * statistical functions and tests
  * differential equations
  * interval methods with guaranteed inclusions
  * function minimizers (Brent, Nelder-Mean)
  * simplex algorithm
  * interpolation and approximation
  * finding roots of polynomials
  * fast Fourier transform (FFT)
  * an exact scalar product using a long accumulator
  * PostScript graphics export
 .
 This package contains the main program. Documentation for Euler is included
 in the euler-doc package.
--- 2305	Thu Jan  1 00:00:00 1970
+++ 28403	Thu Jan  1 00:00:00 1970
@@ -1,6 +1,27 @@
-an interactive mathematical program
- euler is an interactive program which does computations involving
- real and complex numbers, matrices, and intervals. It draws the functions
- in two or three dimensions.
+interactive mathematical programming environment
+ Euler is a powerful numerical laboratory with a programming language.
+ The system can handle real, complex and interval numbers, vectors and
+ matrices. It can produce 2D/3D plots.
  .
- This package contains main program.
+ Euler features among other things:
+  * real, complex and interval scalars and matrices
+  * a programming language, with local variables, default values for
+    parameters, variable parameter number, passing of functions
+  * two and three dimensional graphs
+  * marker plots
+  * density and contour plots
+  * animations
+  * numerical integration and differentiation
+  * statistical functions and tests
+  * differential equations
+  * interval methods with guaranteed inclusions
+  * function minimizers (Brent, Nelder-Mean)
+  * simplex algorithm
+  * interpolation and approximation
+  * finding roots of polynomials
+  * fast Fourier transform (FFT)
+  * an exact scalar product using a long accumulator
+  * PostScript graphics export
+ .
+ This package contains the main program. Documentation for Euler is included
+ in the euler-doc package.