--TEST-- Test sin function : 64bit long tests --INI-- precision=10 --SKIPIF-- --FILE-- ===DONE=== --EXPECT-- --- testing: 9223372036854775807 --- float(0.9999303767) --- testing: -9223372036854775808 --- float(-0.9999303767) --- testing: 2147483647 --- float(-0.7249165551) --- testing: -2147483648 --- float(0.9713101758) --- testing: 9223372034707292160 --- float(0.2492611714) --- testing: -9223372034707292160 --- float(-0.2492611714) --- testing: 2147483648 --- float(-0.9713101758) --- testing: -2147483649 --- float(0.3246857002) --- testing: 4294967294 --- float(0.9986982435) --- testing: 4294967295 --- float(0.4966771918) --- testing: 4294967293 --- float(0.5825207359) --- testing: 9223372036854775806 --- float(0.9999303767) --- testing: 9.223372037E+18 --- float(0.9999303767) --- testing: -9223372036854775807 --- float(-0.9999303767) --- testing: -9.223372037E+18 --- float(-0.9999303767) ===DONE===