repo.or.cz
/
minix3-old.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backport of fix from asynchvfs branch for PM-LOG-VFS-PM deadlock that resulted in...
[minix3-old.git]
/
lib
/
math
/
hugeval.c
blob
2a5b52684e263b5b2b380ac3fabe0267562c730a
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$ */
8
#include <math.h>
9
10
double
11
__huge_val
(
void
)
12
{
13
return
1.0e+1000
;
/* This will generate a warning */
14
}