comparison liboctave/randgamma.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 4c0cdbe0acca
comparison
equal deleted inserted replaced
7230:a760bd2630d5 7231:2eb392d058bb
79 79
80 #if defined (HAVE_CONFIG_H) 80 #if defined (HAVE_CONFIG_H)
81 #include <config.h> 81 #include <config.h>
82 #endif 82 #endif
83 83
84 #include <math.h>
85 #include <stdio.h> 84 #include <stdio.h>
86 85
87 #include "lo-ieee.h" 86 #include "lo-ieee.h"
87 #include "lo-math.h"
88 #include "randmtzig.h" 88 #include "randmtzig.h"
89 #include "randgamma.h" 89 #include "randgamma.h"
90 90
91 #undef NAN 91 #undef NAN
92 #define NAN octave_NaN 92 #define NAN octave_NaN