diff options
author | minskim <minskim> | 2005-01-14 14:52:44 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-01-14 14:52:44 +0000 |
commit | 20880c6923c458ef9697e3d8c1f187a978aa5dd3 (patch) | |
tree | abf4614724ed5cb22a02472dc380475524908a85 /math | |
parent | 584fb47e20fffd45f5f3d5ee24f02bbbb85bbf7d (diff) | |
download | pkgsrc-20880c6923c458ef9697e3d8c1f187a978aa5dd3.tar.gz |
Update mathomatic to 11.6d.
Changes:
Some more improvement to simplification.
Displayed floating point precision reduced to 12 digits.
Allow typing just "e#" or "pi" on the command line, to give the
values for each.
Changed simplify command to prefer (1/constant)^n instead of 1/(constant^n).
It produces more efficient code and solves a problem.
Improved "code integer" command by allowing integer powers.
Improved eliminate command by trying next equation if solve fails.
"list export" now produces 100% Maxima compatible equations.
Changed "SILENT" compile time define to also remove all debugging code.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 62f4251b376..c8c67285075 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2005/01/08 07:09:50 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2005/01/14 14:52:44 minskim Exp $ # -DISTNAME= mathomatic-11.6c +DISTNAME= mathomatic-11.6d CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index e3ff199c255..5f6960734e2 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2005/01/08 07:09:50 minskim Exp $ +$NetBSD: distinfo,v 1.28 2005/01/14 14:52:44 minskim Exp $ -SHA1 (mathomatic-11.6c.tgz) = 2366c0075dfcdf452108c43ca79512234f14519e -Size (mathomatic-11.6c.tgz) = 129303 bytes +SHA1 (mathomatic-11.6d.tgz) = fe58f8eb0ff7cdadff2a8a4aa6b7c7fba330ce2e +Size (mathomatic-11.6d.tgz) = 129028 bytes SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b |