From 0ad3347966f2ac12060873a6dbf496fd9dffdf2f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 15:09:50 -0400 Subject: academic/mathomatic: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- academic/mathomatic/README | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/academic/mathomatic/README b/academic/mathomatic/README index 3c01da81e0..7c3e5292c8 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. -- cgit v1.2.3