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