Sign in
third-party-mirror
/
mingw-w64
/
9e80f9b2ffdc6d5cef36f6fd74881ae8e1d39b88
/
.
/
mingw-w64-crt
/
testcases
/
t_exp_denormal.c
blob: a394c8a12a26749f96415b936b80bed1f99f293e [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
<math.h>
int
main
()
{
printf
(
"%g\n"
,
exp
(-
709.
));
return
0
;
}