Home
last modified time | relevance | path

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

/PHP-5.5/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_error.phpt2 Test wrong number of arguments for sinh()
6 * proto float sinh(float number)
14 var_dump(sinh($arg_0, $extra_arg));
17 var_dump(sinh());
23 Warning: sinh() expects exactly 1 parameter, 2 given in %s on line %d
28 Warning: sinh() expects exactly 1 parameter, 0 given in %s on line %d
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 double, 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-5.5/ext/standard/
H A Dphp_math.h78 PHP_FUNCTION(sinh);
H A Dmath.c474 PHP_FUNCTION(sinh) in PHP_FUNCTION() argument
481 RETURN_DOUBLE(sinh(num)); in PHP_FUNCTION()
H A Dbasic_functions.c2911 PHP_FE(sinh, arginfo_sinh)

Completed in 36 milliseconds