--TEST-- Test deg2rad function : 64bit long tests --SKIPIF-- --FILE-- ===DONE=== --EXPECT-- --- testing: 9223372036854775807 --- float(1.6097821017949E+17) --- testing: -9223372036854775808 --- float(-1.6097821017949E+17) --- testing: 2147483647 --- float(37480660.272886) --- testing: -2147483648 --- float(-37480660.290339) --- testing: 9223372034707292160 --- float(1.6097821014201E+17) --- testing: -9223372034707292160 --- float(-1.6097821014201E+17) --- testing: 2147483648 --- float(37480660.290339) --- testing: -2147483649 --- float(-37480660.307792) --- testing: 4294967294 --- float(74961320.545771) --- testing: 4294967295 --- float(74961320.563225) --- testing: 4294967293 --- float(74961320.528318) --- testing: 9223372036854775806 --- float(1.6097821017949E+17) --- testing: 9.2233720368548E+18 --- float(1.6097821017949E+17) --- testing: -9223372036854775807 --- float(-1.6097821017949E+17) --- testing: -9.2233720368548E+18 --- float(-1.6097821017949E+17) ===DONE===