Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/math/
H A Dacosh_basic.phpt2 Test return type and value for expected input acosh()
14 echo "acosh 1.1276259652064= ";
15 var_dump(acosh(1.1276259652064));
16 if (allowed_rounding_error(acosh(1.1276259652064), 0.5))
24 echo "acosh 10.067661995778= ";
25 var_dump(acosh(10.067661995778));
26 if (allowed_rounding_error(acosh(10.067661995778), 3.0))
37 acosh 1.1276259652064= float(%f)
39 acosh 10.067661995778= float(%f)
H A Dacosh_variation.phpt2 Test variations in usage of acosh()
12 //Test acosh with a different input values
28 $res = acosh($values[$i]);
H A Dacosh_basiclong_64bit.phpt2 Test acosh function : 64bit long tests
26 var_dump(acosh($longVal));
/php-src/ext/standard/
H A Dmath.c492 PHP_FUNCTION(acosh) in PHP_FUNCTION() argument
499 RETURN_DOUBLE(acosh(num)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3180 function acosh(float $num): float {}
H A Dbasic_functions_arginfo.h2766 ZEND_FUNCTION(acosh);

Completed in 27 milliseconds