Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Dmath.c480 PHP_FUNCTION(asinh) in PHP_FUNCTION() argument
487 RETURN_DOUBLE(asinh(num)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3177 function asinh(float $num): float {}
H A Dbasic_functions_arginfo.h2765 ZEND_FUNCTION(asinh);

Completed in 62 milliseconds