Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Dasinh_basic.phpt2 Test return type and value for expected input asinh()
8 * proto float asinh(float number)
15 echo "asinh 0.52109530549375= ";
16 var_dump(asinh(0.52109530549375));
17 if (allowed_rounding_error(asinh(0.52109530549375), 0.5))
25 echo "asinh 10.01787492741= ";
26 var_dump(asinh(10.01787492741));
27 if (allowed_rounding_error(asinh(10.01787492741), 3.0))
37 asinh 0.52109530549375= float(%f)
39 asinh 10.01787492741= float(%f)
H A Dasinh_variation.phpt2 Test variations in usage of asinh()
8 * proto float asinh(float number)
13 //Test asinh with a different input values
32 $res = asinh($values[$i]);
48 Warning: asinh() expects parameter 1 to be float, string given in %s on line %d
H A Dasinh_basiclong_64bit.phpt2 Test asinh function : 64bit long tests
24 var_dump(asinh($longVal));
/PHP-7.4/ext/standard/
H A Dphp_math.h80 PHP_FUNCTION(asinh);
H A Dmath.c214 return(asinh(z)); in php_asinh()
537 PHP_FUNCTION(asinh) in PHP_FUNCTION() argument
H A Dconfig.m4303 AC_CHECK_FUNCS(asinh acosh atanh log1p hypot)
H A Dbasic_functions.c2946 PHP_FE(asinh, arginfo_asinh)

Completed in 25 milliseconds