diff options
author | adam <adam@pkgsrc.org> | 2006-02-24 21:09:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-02-24 21:09:13 +0000 |
commit | 098a91ce8a92297521f7c098ca080877df86b211 (patch) | |
tree | 2b26264fe8481b116ae55b3acf2170d2e468ac00 /math/qalculate-bases | |
parent | 2c8cc0bbb3b16539cbee6b6d4c24e0c95ce0caca (diff) | |
download | pkgsrc-098a91ce8a92297521f7c098ca080877df86b211.tar.gz |
Changes 0.9.2:
- Enhanced factorization, with square free factorization of rational multivariate polynomials
- New simplification using the enhanced factorization
- Much more efficient determinant and matrix inverse calculation
- Greatly enhanced and reworked solving of equations and inequalities
- More efficient evaluation avoiding recalculations
- Generally enhanced and more correct algebraic functionality
- Faster calculation of powers with large exponent and base close to one
- Option to automatically simplify or factorize
- Option to warn about denominators assumed non-zero
- Fix negative exponents with lower-case e
- Fix fetching of exchange rates with gnome-vfs < 2.10
- Polynomial functions: coeff(), lcoeff(), pcontent(), degree(), etc.
- Fix ln(e^x)
- Display "x < 3 && x > 1" as "1 < x < 3"
- Display "&&" and "||" as "and" and "or" by default
- Fix display of fractions in "Decimal (Try Exact)" mode
- Compile without errors or warnings with -pedantic and -Wextra
- Unicode fixes
- ...and many more minor fixes and enhancements (and probably some new bugs)...
Diffstat (limited to 'math/qalculate-bases')
-rw-r--r-- | math/qalculate-bases/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate-bases/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/qalculate-bases/Makefile b/math/qalculate-bases/Makefile index d83542509cf..92489143c28 100644 --- a/math/qalculate-bases/Makefile +++ b/math/qalculate-bases/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:04 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/02/24 21:09:13 adam Exp $ -DISTNAME= qalculate-bases-0.8.2 -PKGREVISION= 2 +DISTNAME= qalculate-bases-0.9.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} diff --git a/math/qalculate-bases/distinfo b/math/qalculate-bases/distinfo index 6b8769c6d13..ab350c09d6f 100644 --- a/math/qalculate-bases/distinfo +++ b/math/qalculate-bases/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/10/11 13:26:44 adam Exp $ +$NetBSD: distinfo,v 1.2 2006/02/24 21:09:13 adam Exp $ -SHA1 (qalculate-bases-0.8.2.tar.gz) = 4682fa714f248321d899740ff9346ecb5412eaad -RMD160 (qalculate-bases-0.8.2.tar.gz) = 3ca24e6bd9cc5634d3c0935b1f453a7461f50898 -Size (qalculate-bases-0.8.2.tar.gz) = 360843 bytes +SHA1 (qalculate-bases-0.9.0.tar.gz) = 0fec7000f4f876a8eb0840745ce3927a6e23b0a1 +RMD160 (qalculate-bases-0.9.0.tar.gz) = 62489eee845cca8fbca5e101a12e6bad02703dc4 +Size (qalculate-bases-0.9.0.tar.gz) = 360721 bytes |