Sign in
mingw
/
mingw-w64
/
cc95d4e218e29b89c48a3c64fa0e22679c7e4ad7
/
.
/
mingw-w64-crt
/
testcases
/
t_matherr.c
blob: 5e8e2b0ad92b2fae80eb9c62d2c20d25707badd3 [
file
] [
log
] [
blame
]
#include
<math.h>
#include
<stdio.h>
int
_MINGW_INSTALL_DEBUG_MATHERR
=
1
;
int
main
()
{
printf
(
"sqrt(-1)=%g\n"
,
sqrt
(-
1.0
));
return
0
;
}