backup - no unique long long function

This commit is contained in:
dwarning
2007-12-27 22:02:06 +00:00
parent 1e3367b0d3
commit 6464cf535d
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Copyright 1999 Emmanuel Rouat
#ifndef MISSING_MATH_H_INCLUDED
#define MISSING_MATH_H_INCLUDED
bool AlmostEqualUlps(double, double, long int);
bool AlmostEqualUlps(float, float, int);
#ifndef HAVE_ERFC
extern double erfc(double);