pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mathomatic Update mathomatic to 11.6d.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf5f6f882097
branches:  trunk
changeset: 487458:cf5f6f882097
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jan 14 14:52:44 2005 +0000

description:
Update mathomatic to 11.6d.

Changes:

Some more improvement to simplification.

Displayed floating point precision reduced to 12 digits.

Allow typing just "e#" or "pi" on the command line, to give the
values for each.

Changed simplify command to prefer (1/constant)^n instead of 1/(constant^n).
It produces more efficient code and solves a problem.

Improved "code integer" command by allowing integer powers.

Improved eliminate command by trying next equation if solve fails.

"list export" now produces 100% Maxima compatible equations.

Changed "SILENT" compile time define to also remove all debugging code.

diffstat:

 math/mathomatic/Makefile |  4 ++--
 math/mathomatic/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 6d7e22c03d0f -r cf5f6f882097 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Fri Jan 14 14:44:17 2005 +0000
+++ b/math/mathomatic/Makefile  Fri Jan 14 14:52:44 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2005/01/08 07:09:50 minskim Exp $
+# $NetBSD: Makefile,v 1.30 2005/01/14 14:52:44 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.6c
+DISTNAME=              mathomatic-11.6d
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r 6d7e22c03d0f -r cf5f6f882097 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Fri Jan 14 14:44:17 2005 +0000
+++ b/math/mathomatic/distinfo  Fri Jan 14 14:52:44 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2005/01/08 07:09:50 minskim Exp $
+$NetBSD: distinfo,v 1.28 2005/01/14 14:52:44 minskim Exp $
 
-SHA1 (mathomatic-11.6c.tgz) = 2366c0075dfcdf452108c43ca79512234f14519e
-Size (mathomatic-11.6c.tgz) = 129303 bytes
+SHA1 (mathomatic-11.6d.tgz) = fe58f8eb0ff7cdadff2a8a4aa6b7c7fba330ce2e
+Size (mathomatic-11.6d.tgz) = 129028 bytes
 SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b



Home | Main Index | Thread Index | Old Index