summaryrefslogtreecommitdiff
path: root/mpfr-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr-test.h')
-rw-r--r--mpfr-test.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpfr-test.h b/mpfr-test.h
index e279a9782..65bdf36fe 100644
--- a/mpfr-test.h
+++ b/mpfr-test.h
@@ -29,6 +29,11 @@ MA 02111-1307, USA. */
#define random mrand48
#endif
+
+double drand();
+int ulp _PROTO((double, double));
+double dbl _PROTO((double, double));
+
/* generate a random double using the whole range of possible values,
including denormalized numbers, NaN, infinities, ... */
double drand()