[project @ 2001-04-06 04:28:53 by lewie]
[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]
26 --------------------------------
27 --Testing showBin
28 --------------------------------
29 [0,1,255,65513,6029,1024,256,201357245]
30 [0b0,0b1,0b11111111,0b1111111111101001,0b1011110001101,0b10000000000,0b100000000,0b1100000000000111011110111101]
31 [0,1,255,65513,6029,1024,256,2343243543500233,656194962055457832]
32 [0b0,0b1,0b11111111,0b1111111111101001,0b1011110001101,0b10000000000,0b100000000,0b1000010100110010101011100111000010000101010111001001,0b100100011011010001011101011101100000101101110110110000101000]