Home
last modified time | relevance | path

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

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

Completed in 26 milliseconds