Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/math/
H A Dcosh_basic.phpt15 echo "cosh .5 = ";
16 var_dump(cosh(0.5));
25 echo "cosh -0.5 = ";
26 var_dump(cosh(-0.5));
34 echo "cosh 3 = ";
35 var_dump(cosh(3.0));
43 echo "cosh -3 = ";
44 var_dump(cosh(-3.0));
54 cosh .5 = float(%f)
58 cosh 3 = float(%f)
[all …]
H A Dcosh_error.phpt2 Test wrong number of arguments for cosh()
6 * proto float cosh(float number)
14 var_dump(cosh($arg_0, $extra_arg));
17 var_dump(cosh());
23 Warning: cosh() expects exactly 1 parameter, 2 given in %s on line %d
28 Warning: cosh() expects exactly 1 parameter, 0 given in %s on line %d
H A Dcosh_variation.phpt2 Test variations in usage of cosh()
8 * proto float cosh(float number)
13 //Test cosh with a different input values
32 $res = cosh($values[$i]);
48 Warning: cosh() expects parameter 1 to be double, string given in %s on line %d
H A Dcosh_basiclong_64bit.phpt2 Test cosh function : 64bit long tests
24 var_dump(cosh($longVal));
/PHP-5.5/ext/standard/
H A Dphp_math.h79 PHP_FUNCTION(cosh);
H A Dmath.c487 PHP_FUNCTION(cosh) in PHP_FUNCTION() argument
494 RETURN_DOUBLE(cosh(num)); in PHP_FUNCTION()
H A Dbasic_functions.c2912 PHP_FE(cosh, arginfo_cosh)

Completed in 39 milliseconds