import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-math / atan_basiclong_64bit.php.expectf
blob1f21d68b26e728fd6c346c94c3ffee8b7614bfa3
1 --- testing: 9223372036854775807 ---
2 float(1.5707963267949)
3 --- testing: -9223372036854775808 ---
4 float(-1.5707963267949)
5 --- testing: 2147483647 ---
6 float(1.5707963263292)
7 --- testing: -2147483648 ---
8 float(-1.5707963263292)
9 --- testing: 9223372034707292160 ---
10 float(1.5707963267949)
11 --- testing: -9223372034707292160 ---
12 float(-1.5707963267949)
13 --- testing: 2147483648 ---
14 float(1.5707963263292)
15 --- testing: -2147483649 ---
16 float(-1.5707963263292)
17 --- testing: 4294967294 ---
18 float(1.5707963265621)
19 --- testing: 4294967295 ---
20 float(1.5707963265621)
21 --- testing: 4294967293 ---
22 float(1.5707963265621)
23 --- testing: 9223372036854775806 ---
24 float(1.5707963267949)
25 --- testing: 9.2233720368548E+18 ---
26 float(1.5707963267949)
27 --- testing: -9223372036854775807 ---
28 float(-1.5707963267949)
29 --- testing: -9.2233720368548E+18 ---
30 float(-1.5707963267949)
31 ===DONE===