Searched refs:acosh (Results 1 – 6 of 6) sorted by relevance
2 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)
2 Test variations in usage of acosh()12 //Test acosh with a different input values28 $res = acosh($values[$i]);
2 Test acosh function : 64bit long tests26 var_dump(acosh($longVal));
446 PHP_FUNCTION(acosh) in PHP_FUNCTION() argument453 RETURN_DOUBLE(acosh(num)); in PHP_FUNCTION()
1411 function acosh(float $num): float {} function
2676 ZEND_FUNCTION(acosh);3319 ZEND_FE(acosh, arginfo_acosh)
Completed in 37 milliseconds