Home
last modified time | relevance | path

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

/PHP-5.5/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_error.phpt2 Test wrong number of arguments for asinh()
6 * proto float asinh(float number)
14 var_dump(asinh($arg_0, $extra_arg));
17 var_dump(asinh());
23 Warning: asinh() expects exactly 1 parameter, 2 given in %s on line %d
28 Warning: asinh() expects exactly 1 parameter, 0 given in %s on line %d
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 double, 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-5.5/ext/standard/
H A Dphp_math.h82 PHP_FUNCTION(asinh);
H A Dmath.c220 return(asinh(z)); in php_asinh()
513 PHP_FUNCTION(asinh) in PHP_FUNCTION() argument
H A Dconfig.m4341 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan mem…
H A Dbasic_functions.c2914 PHP_FE(asinh, arginfo_asinh)
/PHP-5.5/
H A DNEWS6019 - Added native support for asinh(), acosh(), atanh(), log1p() and expm1().

Completed in 62 milliseconds