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-units | |
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-units')
-rw-r--r-- | math/qalculate-units/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate-units/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile index 95656158723..6bb35dc8294 100644 --- a/math/qalculate-units/Makefile +++ b/math/qalculate-units/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-units-0.8.2 -PKGREVISION= 2 +DISTNAME= qalculate-units-0.9.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} diff --git a/math/qalculate-units/distinfo b/math/qalculate-units/distinfo index ed0d661a0fb..1a27872fc99 100644 --- a/math/qalculate-units/distinfo +++ b/math/qalculate-units/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/10/11 13:29:40 adam Exp $ +$NetBSD: distinfo,v 1.2 2006/02/24 21:09:13 adam Exp $ -SHA1 (qalculate-units-0.8.2.tar.gz) = dac6186f234673a16308d4d2f343f4c8c7bd20a5 -RMD160 (qalculate-units-0.8.2.tar.gz) = fdd3df372f4c7805d93c65b96442d51fae139b24 -Size (qalculate-units-0.8.2.tar.gz) = 367645 bytes +SHA1 (qalculate-units-0.9.0.tar.gz) = 144b4f888b74d7ed261cc8d518bf458d753a0cbf +RMD160 (qalculate-units-0.9.0.tar.gz) = 97c20f8b9a125611c9f41d7c12799350c52f7fb2 +Size (qalculate-units-0.9.0.tar.gz) = 367622 bytes |