/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
math
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/math/tan_basic.phpt
--TEST-- Test return type and value for expected input tan() --INI-- precision = 14 --FILE-- <?php /* * Function is implemented in ext/standard/math.c */ $file_path = __DIR__; require($file_path."/allowed_rounding_error.inc"); $sixty = M_PI / 3.0; $thirty = M_PI / 6.0; echo "tan 60 = "; var_dump(tan($sixty)); if (allowed_rounding_error(tan($sixty),1.7320508075689)) { echo "Pass\n"; } else { echo "Fail\n"; } echo "tan 30 = "; var_dump(tan($thirty)); if (allowed_rounding_error(tan($thirty),0.57735026918963)) { echo "Pass\n"; } else { echo "Fail\n"; } ?> --EXPECTF-- tan 60 = float(%f) Pass tan 30 = float(%f) Pass
Copyright ©2k19 -
Hexid
|
Tex7ure