From f2cd83b8ddd5cfc88f8587426d1d1cfb24a5d58a Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 14 Jan 2005 14:52:44 +0000 Subject: 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. --- math/mathomatic/Makefile | 4 ++-- math/mathomatic/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 62f4251b376..c8c67285075 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -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 --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index e3ff199c255..5f6960734e2 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -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 -- cgit v1.2.3