Sign in
mingw
/
mingw-w64
/
85ef9cf9ed82a74c7e772300e32ea2a3788f0824
/
.
/
mingw-w64-crt
/
testcases
/
t_exp_denormal.c
blob: 8f1a39ef076a9cf4b6165eb4f83c5b93be79d923 [
file
]
#include
<stdio.h>
#include
<math.h>
int
main
()
{
printf
(
"%g\n"
,
exp
(-
709.
));
return
0
;
}