Mail Archives: djgpp/1992/08/27/11:03:22
In an earlier message today I gave an example program. This program won't
compile. Sorry for the inconvinience. The problem is, that I used a patched
go32, where the control word of the numerical coprocessor is set to allow
zero division (just one statement in npx.asm). With the original go32 you'll
get an exception 117 if you devide 1.0/0.0 and the program will abort.
The patch to doprint.c is nevertheless useful, because you can get Inf
with different operations (try pow(10.0, 500.0) instead).
Dieter
- Raw text -