Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / math / hugeval.c
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".
4  *
5  * Author: Hans van Eck
6  */
7 /* $Id: hugeval.c,v 1.2 1994/06/24 11:43:49 ceriel Exp $ */
8 #include        <math.h>
9
10 double
11 __huge_val(void)
12 {
13         return 1.0e+1000;       /* This will generate a warning */
14 }