Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/tests/math/
H A Dasinh_basic.phpt2 Test return type and value for expected input asinh()
14 echo "asinh 0.52109530549375= ";
15 var_dump(asinh(0.52109530549375));
16 if (allowed_rounding_error(asinh(0.52109530549375), 0.5))
24 echo "asinh 10.01787492741= ";
25 var_dump(asinh(10.01787492741));
26 if (allowed_rounding_error(asinh(10.01787492741), 3.0))
36 asinh 0.52109530549375= float(%f)
38 asinh 10.01787492741= float(%f)
H A Dasinh_variation.phpt2 Test variations in usage of asinh()
12 //Test asinh with a different input values
28 $res = asinh($values[$i]);
H A Dasinh_basiclong_64bit.phpt2 Test asinh function : 64bit long tests
26 var_dump(asinh($longVal));
/PHP-8.1/ext/standard/
H A Dmath.c434 PHP_FUNCTION(asinh) in PHP_FUNCTION() argument
441 RETURN_DOUBLE(asinh(num)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php1409 function asinh(float $num): float {} function
H A Dbasic_functions_arginfo.h2675 ZEND_FUNCTION(asinh);
3318 ZEND_FE(asinh, arginfo_asinh)

Completed in 47 milliseconds