diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-26 13:08:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-26 13:08:07 +0000 |
commit | 76658e2a99204855213fc4696753f84eed89b12a (patch) | |
tree | 4b6c3da0b65ee09064dec62d5897c873e603f43a /math | |
parent | a319d2a48e52c95e6c4e19c05f82f33a5161bfee (diff) | |
download | pkgsrc-76658e2a99204855213fc4696753f84eed89b12a.tar.gz |
Update mathomatic to 12.3.3.
Changes:
- Yet another improvement to the simplify command. poly2_gcd() was fixed.
- Improved bounds checking for gcd().
- Pause command now takes an argument.
- Made derivative, extrema, and integrate commands work with non-equations.
- An important optimization was made to factor_times().
- Added and tested code for numerical integration. Currently disabled,
to enable define "NUMERICAL_INTEGRATE" in CFLAGS.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 058c24b086a..ae0c5f7be62 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2005/05/15 14:32:29 minskim Exp $ +# $NetBSD: Makefile,v 1.38 2005/05/26 13:08:07 minskim Exp $ # -DISTNAME= mathomatic-12.3.2 +DISTNAME= mathomatic-12.3.3 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 532e4eb2a66..c8d01e8f70c 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2005/05/15 14:32:29 minskim Exp $ +$NetBSD: distinfo,v 1.36 2005/05/26 13:08:07 minskim Exp $ -SHA1 (mathomatic-12.3.2.tgz) = 6e20b1704426611f8d5d85d31f0ee550d2327944 -RMD160 (mathomatic-12.3.2.tgz) = aa549a1aa9c59663e4bb55fb8acb6ea38a16adc6 -Size (mathomatic-12.3.2.tgz) = 124309 bytes +SHA1 (mathomatic-12.3.3.tgz) = 6e8bf150f56c83071e2dd307207c97ad5a7a72cf +RMD160 (mathomatic-12.3.3.tgz) = 8d0f2188619bc19b733db063cfab9c43d5fc24fe +Size (mathomatic-12.3.3.tgz) = 126565 bytes SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9 |