Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Dtanh_basic.phpt15 echo "tanh .5 = ";
16 var_dump(tanh(0.5));
24 echo "tanh -0.5 = ";
25 var_dump(tanh(-0.5));
33 echo "tanh 3 = ";
34 var_dump(tanh(3.0));
42 echo "tanh -3 = ";
43 var_dump(tanh(-3.0));
53 tanh .5 = float(%f)
57 tanh 3 = float(%f)
[all …]
H A Dtanh_variation.phpt2 Test variations in usage of tanh()
8 * proto float tanh(float number)
13 //Test tanh with a different input values
32 $res = tanh($values[$i]);
48 Warning: tanh() expects parameter 1 to be float, string given in %s on line %d
H A Dtanh_basiclong_64bit.phpt2 Test tanh function : 64bit long tests
24 var_dump(tanh($longVal));
/PHP-7.4/ext/standard/
H A Dphp_math.h78 PHP_FUNCTION(tanh);
H A Dmath.c524 PHP_FUNCTION(tanh) in PHP_FUNCTION() argument
531 RETURN_DOUBLE(tanh(num)); in PHP_FUNCTION()
H A Dbasic_functions.c2945 PHP_FE(tanh, arginfo_tanh)

Completed in 41 milliseconds