--TEST-- Test sin function : 64bit long tests --SKIPIF-- --FILE-- ===DONE=== --EXPECT-- --- testing: 9223372036854775807 --- float(0.99993037667344) --- testing: -9223372036854775808 --- float(-0.99993037667344) --- testing: 2147483647 --- float(-0.72491655514456) --- testing: -2147483648 --- float(0.97131017579294) --- testing: 9223372034707292160 --- float(0.24926117141025) --- testing: -9223372034707292160 --- float(-0.24926117141025) --- testing: 2147483648 --- float(-0.97131017579294) --- testing: -2147483649 --- float(0.32468570024367) --- testing: 4294967294 --- float(0.99869824346666) --- testing: 4294967295 --- float(0.49667719175329) --- testing: 4294967293 --- float(0.58252073586971) --- testing: 9223372036854775806 --- float(0.99993037667344) --- testing: 9.2233720368548E+18 --- float(0.99993037667344) --- testing: -9223372036854775807 --- float(-0.99993037667344) --- testing: -9.2233720368548E+18 --- float(-0.99993037667344) ===DONE===