Home
last modified time | relevance | path

Searched refs:tan (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/standard/tests/math/
H A Dtan_basic.phpt2 Test return type and value for expected input tan()
17 echo "tan 60 = ";
18 var_dump(tan($sixty));
19 if (allowed_rounding_error(tan($sixty),1.7320508075689)) {
26 echo "tan 30 = ";
27 var_dump(tan($thirty));
28 if (allowed_rounding_error(tan($thirty),0.57735026918963)) {
37 tan 60 = float(%f)
39 tan 30 = float(%f)
H A Dtan_variation.phpt2 Test variations in usage of tan()
12 //Test tan with a different input values
28 $res = tan($values[$i]);
H A Dtan_basiclong_64bit.phpt2 Test tan function : 64bit long tests
26 var_dump(tan($longVal));
/php-src/Zend/tests/
H A Dgh13145.phpt5 $tok = strtok("This is\tan example\nstring", " \n\t");
H A Dbug73954.phpt12 takes_int(log(tan(3.14)));
H A Dbug42143.phpt10 var_dump(tan(-1) == 123);
/php-src/ext/gd/libgd/
H A Dgd_matrix.c226 dst[2] = tan(angle * M_PI / 180.0); in gdAffineShearHorizontal()
247 dst[1] = tan(angle * M_PI / 180.0); in gdAffineShearVertical()
/php-src/ext/date/lib/
H A Dastro.c47 #define tand(x) tan((x)*DEGRAD)
/php-src/ext/standard/
H A Dmath.c383 PHP_FUNCTION(tan) in PHP_FUNCTION() argument
390 RETURN_DOUBLE(tan(num)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3150 function tan(float $num): float {}
H A Dbasic_functions_arginfo.h2756 ZEND_FUNCTION(tan);
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt388 …mamlanan stadyum adını Mustafa Kemal'in Samsun'a çıktığı gün olan 19 Mayıs'tan almaktadır. İlk ola…

Completed in 46 milliseconds