diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-13 21:12:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-13 21:12:23 +0000 |
commit | 576a23327d89f7c4aacc32b5d99adcb67945eca9 (patch) | |
tree | 28b2506b9f749819a9b059135363cec8bbc6c07a /math/mathomatic | |
parent | 09d16159b4927b4fab9d4626521af9f4c9fc461f (diff) | |
download | pkgsrc-576a23327d89f7c4aacc32b5d99adcb67945eca9.tar.gz |
Update mathomatic to 11.3.
Changes:
Substantial change/improvement to simplify command.
Added some more code to fix floating point inaccuracies.
Improved solving. y=(x+1/x)^3 solves both ways, now.
Full simplify after every loop in derivative command added.
Move derivative and taylor commands to "diff.c".
Added "-m" option to Mathomatic (memory size multiplier).
It sets the size of equation spaces at run time.
Diffstat (limited to 'math/mathomatic')
-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 4bd51856187..ca443d39089 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/07/04 16:38:47 minskim Exp $ +# $NetBSD: Makefile,v 1.16 2004/07/13 21:12:23 minskim Exp $ # -DISTNAME= mathomatic-11.2e +DISTNAME= mathomatic-11.3 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index faa512fa0e3..2a720688722 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2004/07/04 16:38:47 minskim Exp $ +$NetBSD: distinfo,v 1.15 2004/07/13 21:12:23 minskim Exp $ -SHA1 (mathomatic-11.2e.tgz) = 802afabee89d1570195c5581710fde7ad469e3d0 -Size (mathomatic-11.2e.tgz) = 125376 bytes +SHA1 (mathomatic-11.3.tgz) = 7ad8e8e9936a12dc5db0628f69f3fcc66efe0ef6 +Size (mathomatic-11.3.tgz) = 125651 bytes SHA1 (patch-aa) = f590bd224831b7f882f7cfed72ba6db39e866985 |