From: Stanislav Malyshev Date: Sun, 26 Jan 2014 23:14:16 +0000 (-0800) Subject: drop precision since trigonometric functions are non-portable X-Git-Tag: php-5.5.10RC1~45^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35cb180d9e1787ec93a5fb42becb29167ac13884;p=php drop precision since trigonometric functions are non-portable See: http://stackoverflow.com/questions/21212326/floating-point-arithmetic-and-reproducibility --- diff --git a/ext/standard/tests/math/tan_basiclong_64bit.phpt b/ext/standard/tests/math/tan_basiclong_64bit.phpt index 8ab083d500..3c8abe9d27 100644 --- a/ext/standard/tests/math/tan_basiclong_64bit.phpt +++ b/ext/standard/tests/math/tan_basiclong_64bit.phpt @@ -1,5 +1,7 @@ --TEST-- Test tan function : 64bit long tests +--INI-- +precision=5 --SKIPIF--