--TEST-- Test deg2rad function : 64bit long tests --SKIPIF-- --FILE-- --EXPECT-- --- testing: 9223372036854775807 --- float(1.6097821017949162E+17) --- testing: -9223372036854775808 --- float(-1.6097821017949162E+17) --- testing: 2147483647 --- float(37480660.27288565) --- testing: -2147483648 --- float(-37480660.29033894) --- testing: 9223372034707292160 --- float(1.6097821014201098E+17) --- testing: -9223372034707292160 --- float(-1.6097821014201098E+17) --- testing: 2147483648 --- float(37480660.29033894) --- testing: -2147483649 --- float(-37480660.30779223) --- testing: 4294967294 --- float(74961320.5457713) --- testing: 4294967295 --- float(74961320.5632246) --- testing: 4294967293 --- float(74961320.528318) --- testing: 9223372036854775806 --- float(1.6097821017949162E+17) --- testing: 9.2233720368548E+18 --- float(1.6097821017949162E+17) --- testing: -9223372036854775807 --- float(-1.6097821017949162E+17) --- testing: -9.2233720368548E+18 --- float(-1.6097821017949162E+17)