--TEST-- Test atan function : 64bit long tests --SKIPIF-- --FILE-- ===DONE=== --EXPECT-- --- testing: 9223372036854775807 --- float(1.5707963267949) --- testing: -9223372036854775808 --- float(-1.5707963267949) --- testing: 2147483647 --- float(1.5707963263292) --- testing: -2147483648 --- float(-1.5707963263292) --- testing: 9223372034707292160 --- float(1.5707963267949) --- testing: -9223372034707292160 --- float(-1.5707963267949) --- testing: 2147483648 --- float(1.5707963263292) --- testing: -2147483649 --- float(-1.5707963263292) --- testing: 4294967294 --- float(1.5707963265621) --- testing: 4294967295 --- float(1.5707963265621) --- testing: 4294967293 --- float(1.5707963265621) --- testing: 9223372036854775806 --- float(1.5707963267949) --- testing: 9.2233720368548E+18 --- float(1.5707963267949) --- testing: -9223372036854775807 --- float(-1.5707963267949) --- testing: -9.2233720368548E+18 --- float(-1.5707963267949) ===DONE===