Searched refs:tanh (Results 1 – 6 of 6) sorted by relevance
14 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 …]
2 Test variations in usage of tanh()12 //Test tanh with a different input values29 $res = tanh($values[$i]);
2 Test tanh function : 64bit long tests24 var_dump(tanh($longVal));
426 PHP_FUNCTION(tanh) in PHP_FUNCTION() argument433 RETURN_DOUBLE(tanh(num)); in PHP_FUNCTION()
1059 function tanh(float $num): float {} function
2662 ZEND_FUNCTION(tanh);3302 ZEND_FE(tanh, arginfo_tanh)
Completed in 24 milliseconds