[project @ 1998-04-30 20:38:38 by sof]
[ghc-hetmet.git] / ghc / tests / numeric / should_run / arith012.stdout
1 --------------------------------
2 --Testing doubleToFloat
3 --------------------------------
4 [-1.2,0.0,0.1,0.5,1.0,1234.45454,16053.0,1.64022e12,6.894e-4,6.345434556345822,5.342413403405404e9]
5 [-1.2,0.0,0.1,0.5,1.0,1234.4546,16053.0,1.64022e12,6.894e-4,6.3454347,5.3424133e9]
6 --------------------------------
7 --Testing doubleToFloat
8 --------------------------------
9 [-1.2,0.0,0.1,0.5,1.0,1234.45454,16053.0,1.64022e12,6.894e-4,6.345434556345822,5.342413403405404e9]
10 [-1.2,0.0,0.1,0.5,1.0,1234.4546,16053.0,1.64022e12,6.894e-4,6.3454347,5.3424133e9]
11 [-1.2000000476837158,0.0,0.10000000149011612,0.5,1.0,1234.45458984375,16053.0,1.64021993472e12,6.894000107422471e-4,6.345434665679932,5.342413312e9]
12 --------------------------------
13 --Testing showHex
14 --------------------------------
15 [0,1,255,65513,6029,1024,256,201357245]
16 [0x0,0x1,0xff,0xffe9,0x178d,0x400,0x100,0xc0077bd]
17 [0,1,255,65513,6029,1024,256,2343243543500233,656194962055457832]
18 [0x0,0x1,0xff,0xffe9,0x178d,0x400,0x100,0x8532ae70855c9,0x91b45d760b76c28]
19 --------------------------------
20 --Testing showOct
21 --------------------------------
22 [0,1,255,65513,6029,1024,256,201357245]
23 [0o0,0o1,0o377,0o177751,0o13615,0o2000,0o400,0o1400073675]
24 [0,1,255,65513,6029,1024,256,2343243543500233,656194962055457832]
25 [0o0,0o1,0o377,0o177751,0o13615,0o2000,0o400,0o102462534702052711,0o44332135354055666050]