Backport of fix from asynchvfs branch for PM-LOG-VFS-PM deadlock that resulted in...
[minix3-old.git] / lib / math / hugeval.c
blob2a5b52684e263b5b2b380ac3fabe0267562c730a
1 /*
2 * (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 * See the copyright notice in the ACK home directory, in the file "Copyright".
5 * Author: Hans van Eck
6 */
7 /* $Header$ */
8 #include <math.h>
10 double
11 __huge_val(void)
13 return 1.0e+1000; /* This will generate a warning */