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/Makefile | |
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/Makefile')
-rw-r--r-- | math/qalculate-units/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |