diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-04 21:32:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-04 21:32:28 +0000 |
commit | bc5124496087428679ac9d0be904eb1168727149 (patch) | |
tree | 13fcd9d79aadf45c11d504b3b08a2553f951e5a8 /math | |
parent | b3f81c779f5ec3c4c079b209d4925438b2412221 (diff) | |
download | pkgsrc-bc5124496087428679ac9d0be904eb1168727149.tar.gz |
Update mathomatic to 11.4.
Changes:
Changed sum and product commands to not create another equation if the
result is a constant. If the result is a constant, it is just displayed.
Mathomatic now approximates -1^(2^.5) and the like.
Added modulus (%) operator.
Added simplification of univariate modulus expressions.
Changed univariate modulus simplification to multivariate, integer only
simplification.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 5 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 0f86a29f639..bfd0f92bca0 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:12:56 tv Exp $ +# $NetBSD: Makefile,v 1.21 2004/10/04 21:32:29 minskim Exp $ # -DISTNAME= mathomatic-11.3f -PKGREVISION= 1 +DISTNAME= mathomatic-11.4 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 87eee4f7bfd..e7f519eb408 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2004/09/25 00:40:53 minskim Exp $ +$NetBSD: distinfo,v 1.19 2004/10/04 21:32:29 minskim Exp $ -SHA1 (mathomatic-11.3f.tgz) = 838140d130f7a084cdfea13056c7464a849c321e -Size (mathomatic-11.3f.tgz) = 119172 bytes +SHA1 (mathomatic-11.4.tgz) = 72cb6af569f3452a0c3a021f8cad69f5267b8aa5 +Size (mathomatic-11.4.tgz) = 119821 bytes SHA1 (patch-aa) = 75ecc14afaa661e27db5020e18fe6da7eb9d7afd |