diff options
author | minskim <minskim> | 2005-01-08 07:09:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-01-08 07:09:50 +0000 |
commit | 0f18f6bb716af6af9277ffe77e3a6e641b4cf2a6 (patch) | |
tree | bdb86e53965b2cbc24d7a463d3cf2e95510f115d /math/mathomatic | |
parent | 2e0185402df6f8f7f148f5253b039ef642a0e38b (diff) | |
download | pkgsrc-0f18f6bb716af6af9277ffe77e3a6e641b4cf2a6.tar.gz |
Update mathomatic to 11.6c.
Changes:
- Some more touch-ups to solve routine.
- Changed uf_repeat() to skip expanding if the expression would be too big.
This allows Mathomatic to work with huge exponents.
- Turned on "preserve_roots" option by default.
- Improved sum and product commands. Allow counting down.
- Improved solve routine and removed display of useless messages.
- Added a fix to the limit command.
- Moved "source.txt" into "README.txt".
- Added code to simplify (inf+a) to (inf) generally.
- Fixed minor bug in calculate command.
- Minor fixes to elim_k().
- Improved limit command.
- Made all recursive functions in the source code static.
Most functions never used globally defined as static.
- Improvement in command argument parsing.
- Added extrema command.
- Improved output of roots command.
- Fixed minor bug caused by "preserve_roots" option.
- Made file "am.htm" valid HTML.
- Simplification improved.
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 e6c36bcd313..62f4251b376 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2004/12/26 06:19:11 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2005/01/08 07:09:50 minskim Exp $ # -DISTNAME= mathomatic-11.6 +DISTNAME= mathomatic-11.6c CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 9546c165aa9..e3ff199c255 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2004/12/26 06:19:11 minskim Exp $ +$NetBSD: distinfo,v 1.27 2005/01/08 07:09:50 minskim Exp $ -SHA1 (mathomatic-11.6.tgz) = f83277955eac1cdc16e6e327c0b2001551c4ca74 -Size (mathomatic-11.6.tgz) = 133140 bytes +SHA1 (mathomatic-11.6c.tgz) = 2366c0075dfcdf452108c43ca79512234f14519e +Size (mathomatic-11.6c.tgz) = 129303 bytes SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b |