Searched refs:tanh (Results 1 – 7 of 7) sorted by relevance
15 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 …]
2 Test wrong number of arguments for tanh()6 * proto float tanh(float number)14 var_dump(tanh($arg_0, $extra_arg));17 var_dump(tanh());23 Warning: tanh() expects exactly 1 parameter, 2 given in %s on line %d28 Warning: tanh() expects exactly 1 parameter, 0 given in %s on line %d
2 Test variations in usage of tanh()8 * proto float tanh(float number)13 //Test tanh with a different input values32 $res = tanh($values[$i]);48 Warning: tanh() expects parameter 1 to be double, string given in %s on line %d
2 Test tanh function : 64bit long tests24 var_dump(tanh($longVal));
80 PHP_FUNCTION(tanh);
500 PHP_FUNCTION(tanh) in PHP_FUNCTION() argument507 RETURN_DOUBLE(tanh(num)); in PHP_FUNCTION()
2895 PHP_FE(tanh, arginfo_tanh)
Completed in 32 milliseconds