Files
mercury/tests/general/float_test.exp
Zoltan Somogyi 2dfc34f7b4 Update the expected output after Fergus's recent change.
Estimated hours taken: 0.1

float_test:
	Update the expected output after Fergus's recent change.
1996-11-25 10:11:14 +00:00

17 lines
241 B
Plaintext

1234.5678: 1.234e+3
X: 3
Y: 4
X + Y: 7
X * Y: 12
X - Y: -1
X / Y: 0
X: 41
Y: -3
X + Y: 38
X * Y: -123
X - Y: 44
X / Y: -13
Float max: 1.797e+308
Float min: 2.225e-308
Float epsilon: 2.220e-16