source:
trunk/minix/lib/math/hugeval.c@
11
| Last change on this file since 11 was 9, checked in by , 15 years ago | |
|---|---|
| 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 | |
| 10 | double |
| 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.