AlmostEqualUlps on central place

This commit is contained in:
dwarning
2007-11-21 17:05:51 +00:00
parent c45bc50421
commit b7e71db2ad
7 changed files with 41 additions and 96 deletions
+6
View File
@@ -5,6 +5,10 @@ Copyright 1999 Emmanuel Rouat
/* Decl. for missing maths functions, if any */
#ifndef MISSING_MATH_H_INCLUDED
#define MISSING_MATH_H_INCLUDED
bool AlmostEqualUlps(float, float, int);
#ifndef HAVE_ERFC
extern double erfc(double);
@@ -23,3 +27,5 @@ extern double scalb(double, int);
#ifndef HAVE_ISNAN
extern int isnan(double);
#endif
#endif /* MISSING_MATH_H_INCLUDED */