Searched refs:asinh (Results 1 – 8 of 8) sorted by relevance
2 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)
2 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 %d28 Warning: asinh() expects exactly 1 parameter, 0 given in %s on line %d
2 Test variations in usage of asinh()8 * proto float asinh(float number)13 //Test asinh with a different input values32 $res = asinh($values[$i]);48 Warning: asinh() expects parameter 1 to be float, string given in %s on line %d
2 Test asinh function : 64bit long tests24 var_dump(asinh($longVal));
84 PHP_FUNCTION(asinh);
227 return(asinh(z)); in php_asinh()547 PHP_FUNCTION(asinh) in PHP_FUNCTION() argument
352 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass mempcpy strpncp…
2899 PHP_FE(asinh, arginfo_asinh)
Completed in 24 milliseconds