source: trunk/minix/lib/math/hugeval.c@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 384 bytes
Line 
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/* $Header: /cvsup/minix/src/lib/math/hugeval.c,v 1.1.1.1 2005/04/21 14:56:26 beng Exp $ */
8#include <math.h>
9
10double
11__huge_val(void)
12{
13 return 1.0e+1000; /* This will generate a warning */
14}
Note: See TracBrowser for help on using the repository browser.