Sign in
third-party-mirror
/
mingw-w64
/
172511d7d1605886728854bebf1573905d43af49
/
.
/
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
;
}