academic/mathomatic: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 15:09:50 -04:00 committed by Willy Sudiarto Raharjo
parent 3ec977098c
commit 0ad3347966
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -4,11 +4,11 @@ subtraction, multiplication, division, modulo division, and all forms
of exponentiation. All arithmetic is double precision floating point
with up to 14 decimal digits accuracy.
Mathomatic can symbolically combine and solve equations containing many
variables, completely simplify and compare expressions and equations, do
simple calculus transformations and series, perform standard, complex
number, and polynomial arithmetic, generate optimized C, Java, and Python
language code from simplified equations, carry out quick calculations, and
much more. Plotting with gnuplot is also supported. Not implemented in
Mathomatic are named functions, arbitrary-precision arithmetic, and
matrices.
Mathomatic can symbolically combine and solve equations containing many
variables, completely simplify and compare expressions and equations,
do simple calculus transformations and series, perform standard,
complex number, and polynomial arithmetic, generate optimized C,
Java, and Python language code from simplified equations, carry
out quick calculations, and much more. Plotting with gnuplot is
also supported. Not implemented in Mathomatic are named functions,
arbitrary-precision arithmetic, and matrices.