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/Makefile | |
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/Makefile')
-rw-r--r-- | math/mathomatic/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |