comparison liboctave/dbleDET.cc @ 1367:9f9131a8d706

[project @ 1995-09-06 00:07:03 by jwe]
author jwe
date Wed, 06 Sep 1995 00:07:03 +0000
parents 611d403c7f3d
children 1281a23a34dd
comparison
equal deleted inserted replaced
1366:f75432dff006 1367:9f9131a8d706
27 27
28 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
29 #include <config.h> 29 #include <config.h>
30 #endif 30 #endif
31 31
32 #include <math.h> 32 #include <cfloat>
33 #include <float.h> 33 #include <cmath>
34 34
35 #include "dbleDET.h" 35 #include "dbleDET.h"
36 36
37 int 37 int
38 DET::value_will_overflow (void) const 38 DET::value_will_overflow (void) const