Home
last modified time | relevance | path

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

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

Completed in 49 milliseconds