- 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)...
19 lines
547 B
Makefile
19 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/02/24 21:09:13 adam Exp $
|
|
|
|
DISTNAME= qalculate-bases-0.9.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://qalculate.sourceforge.net/
|
|
COMMENT= Utility for conversion between number bases using Qalculate
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../math/qalculate/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|