diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 15:09:50 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:35 +0700 |
commit | 0ad3347966f2ac12060873a6dbf496fd9dffdf2f (patch) | |
tree | 884751fe4c19cbf45f380d767706bf913361a338 /academic/mathomatic | |
parent | 3ec977098ce2fa9cb8b30268b57e658f31eff38a (diff) |
academic/mathomatic: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/mathomatic')
-rw-r--r-- | academic/mathomatic/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/academic/mathomatic/README b/academic/mathomatic/README index 3c01da81e05d..7c3e5292c82b 100644 --- a/academic/mathomatic/README +++ b/academic/mathomatic/README @@ -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. |