Mail Archives: djgpp/1993/04/06/17:29:51
On a 486DX33:
gcc -m486 -O2 dbl.c
go32 a.out
v:/aku/djgpp/bin/go32.exe version 1.09 Copyright (C) 1991 DJ Delorie
MAXDOUBLE = 1.79769313486231670000e+308
ALMOSTMAX = 1.79769313486231570000e+308
dd = NaN = 0x00000002 0x7ff00000
ddd = 1.79769313486231670000e+308 = 0xffffffff 0x7fefffff
From WATCOM C V 8.5e, same machine:
MAXDOUBLE = 1.79769313486231552000e+308
ALMOSTMAX = 1.79769313486231488000e+308
dd = 1.79769313486231552000e+308 = 0xffffffff 0x7fefffff
ddd = 1.79769313486231488000e+308 = 0xfffffffb 0x7fefffff
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
J"org Brandt joerg AT aku DOT physik DOT uni-oldenburg DOT de
Carl von Ossietzky Universit"at Department of Physics Acoustics Group
P.O. Box 2503 W2900 Oldenburg Germany fax: (+49)+441-798-3698
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- Raw text -