Mercurial > hg > octave-nkf
diff liboctave/randpoisson.c @ 7231:2eb392d058bb
[project @ 2007-11-30 18:53:29 by jwe]
author | jwe |
---|---|
date | Fri, 30 Nov 2007 18:53:30 +0000 |
parents | 4270ded9ddc6 |
children | 8a939b217863 |
line wrap: on
line diff
--- a/liboctave/randpoisson.c +++ b/liboctave/randpoisson.c @@ -35,12 +35,12 @@ #include <config.h> #endif -#include <math.h> #include <stdio.h> #include "f77-fcn.h" +#include "lo-error.h" #include "lo-ieee.h" -#include "lo-error.h" +#include "lo-math.h" #include "randmtzig.h" #include "randpoisson.h" @@ -73,8 +73,6 @@ /* ---- pprsc.c from Stadloeber's winrand --- */ -#include <math.h> - /* flogfak(k) = ln(k!) */ static double flogfak (double k)