pkgsrc/math/grpn/patches/patch-ar
drochner 42363dff28 update to 1.2
changes:
-Added deg, rad, pol and rect commands
-Added engineer notation
-New function "mod"=remainder introduced
-minor cleanup
-Locale determines the decimal separator point or comma
-Compiles against gtk2

pkgsrc change: DESTDIR support
2009-11-15 13:32:16 +00:00

12 lines
410 B
Text

$NetBSD: patch-ar,v 1.1 2009/11/15 13:32:17 drochner Exp $
--- real.h.orig 2009-11-14 01:25:54.000000000 +0100
+++ real.h
@@ -90,6 +90,7 @@ Real * mulReal(Real *, Real *);
Real * mulEqReal(Real *, Real *);
Real * divReal(Real *, Real *);
Real * divEqReal(Real *, Real *);
+Real * modReal(Real *, Real *);
Real * addReal(Real *, Real *);
Real * addEqReal(Real *, Real *);
Real * subReal(Real *, Real *);