diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-04 16:38:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-04 16:38:47 +0000 |
commit | bbbefe1a978808c434f67892e948ac1da0c6b2ae (patch) | |
tree | 08a069d669dbf66e7bbea0d6d7383038707b2d5a /math/mathomatic/PLIST | |
parent | 3c5fb4ffa5338434b46d348a748d1cb1cbf902f7 (diff) | |
download | pkgsrc-bbbefe1a978808c434f67892e948ac1da0c6b2ae.tar.gz |
Update mathomatic to 11.2e.
Changes:
Renamed the Mathomatic executable to "mathomatic".
Add inverse Laplace transform. Usage: laplace inverse x
Fixed bug in solving for zero, which occurred when there were no
variables in the divisor.
Some improvement in solve routine.
Diffstat (limited to 'math/mathomatic/PLIST')
-rw-r--r-- | math/mathomatic/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST index 8b74b11eb7e..1f7e5264497 100644 --- a/math/mathomatic/PLIST +++ b/math/mathomatic/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2004/06/28 13:58:25 minskim Exp $ -bin/am_mathomatic -man/man1/am_mathomatic.1 +@comment $NetBSD: PLIST,v 1.3 2004/07/04 16:38:47 minskim Exp $ +bin/mathomatic +man/man1/mathomatic.1 share/doc/${PKGBASE}/am.htm share/doc/${PKGBASE}/manual.htm share/doc/${PKGBASE}/notes.htm |