Home
last modified time | relevance | path

Searched refs:tanh (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/standard/tests/math/
H A Dtanh_basic.phpt14 echo "tanh .5 = ";
15 var_dump(tanh(0.5));
23 echo "tanh -0.5 = ";
24 var_dump(tanh(-0.5));
32 echo "tanh 3 = ";
33 var_dump(tanh(3.0));
41 echo "tanh -3 = ";
42 var_dump(tanh(-3.0));
52 tanh .5 = float(%f)
56 tanh 3 = float(%f)
[all …]
H A Dtanh_variation.phpt2 Test variations in usage of tanh()
12 //Test tanh with a different input values
28 $res = tanh($values[$i]);
H A Dtanh_basiclong_64bit.phpt2 Test tanh function : 64bit long tests
24 var_dump(tanh($longVal));
/php-src/ext/standard/
H A Dmath.c468 PHP_FUNCTION(tanh) in PHP_FUNCTION() argument
475 RETURN_DOUBLE(tanh(num)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3174 function tanh(float $num): float {}
H A Dbasic_functions_arginfo.h2764 ZEND_FUNCTION(tanh);

Completed in 50 milliseconds