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 /doc/CHANGES | |
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 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 0220b4335b6..0b880b337d4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6545 2004/07/13 20:59:27 jschauma Exp $ +$NetBSD: CHANGES,v 1.6546 2004/07/13 21:12:23 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3380,3 +3380,4 @@ Changes to the packages collection and infrastructure in 2004: Updated mono to 1.0nb1 [recht 2004-07-13] Updated libidn to 0.5.1 [xtraeme 2004-07-13] Updated eclipse to 3.0 [jschauma 2004-07-13] + Updated mathomatic to 11.3 [minskim 2004-07-13] |