--TEST-- Test rad2deg function : 64bit long tests --SKIPIF-- --FILE-- ===DONE=== --EXPECT-- --- testing: 9223372036854775807 --- float(5.2846029059076E+20) --- testing: -9223372036854775808 --- float(-5.2846029059076E+20) --- testing: 2147483647 --- float(123041749546.46) --- testing: -2147483648 --- float(-123041749603.76) --- testing: 9223372034707292160 --- float(5.2846029046772E+20) --- testing: -9223372034707292160 --- float(-5.2846029046772E+20) --- testing: 2147483648 --- float(123041749603.76) --- testing: -2147483649 --- float(-123041749661.05) --- testing: 4294967294 --- float(246083499092.92) --- testing: 4294967295 --- float(246083499150.22) --- testing: 4294967293 --- float(246083499035.63) --- testing: 9223372036854775806 --- float(5.2846029059076E+20) --- testing: 9.2233720368548E+18 --- float(5.2846029059076E+20) --- testing: -9223372036854775807 --- float(-5.2846029059076E+20) --- testing: -9.2233720368548E+18 --- float(-5.2846029059076E+20) ===DONE===