comparison liboctave/lo-mappers.cc @ 7231:2eb392d058bb

[project @ 2007-11-30 18:53:29 by jwe]
author jwe
date Fri, 30 Nov 2007 18:53:30 +0000
parents a1dbe9d80eee
children 99c410f7f0b0 63e048203ed3
comparison
equal deleted inserted replaced
7230:a760bd2630d5 7231:2eb392d058bb
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <cfloat> 28 #include <cfloat>
29 #include <cmath>
30
31 #if defined (HAVE_SUNMATH_H)
32 #include <sunmath.h>
33 #endif
34 29
35 #include "lo-error.h" 30 #include "lo-error.h"
36 #include "lo-ieee.h" 31 #include "lo-ieee.h"
37 #include "lo-mappers.h" 32 #include "lo-mappers.h"
33 #include "lo-math.h"
38 #include "lo-specfun.h" 34 #include "lo-specfun.h"
39 #include "lo-utils.h" 35 #include "lo-utils.h"
40 #include "oct-cmplx.h" 36 #include "oct-cmplx.h"
41 37
42 #include "f77-fcn.h" 38 #include "f77-fcn.h"