Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Datanh_basic.phpt2 Test return type and value for expected input atanh()
8 * proto float atanh(float number)
15 echo "atanh 0.46211715726001 = ";
16 var_dump(atanh(0.46211715726001));
17 if (allowed_rounding_error(atanh(0.46211715726001), 0.5))
25 echo "atanh 0.99505475368673 = ";
26 var_dump(atanh(0.99505475368673));
27 if (allowed_rounding_error(atanh(0.99505475368673), 3.0))
38 atanh 0.46211715726001 = float(%f)
40 atanh 0.99505475368673 = float(%f)
H A Datanh_variation.phpt2 Test variations in usage of atanh()
8 * proto float atanh(float number)
13 //Test atanh with a different input values
32 $res = atanh($values[$i]);
48 Warning: atanh() expects parameter 1 to be float, string given in %s on line %d
H A Datanh_basiclong_64bit.phpt2 Test atanh function : 64bit long tests
24 var_dump(atanh($longVal));
/PHP-7.4/ext/standard/
H A Dphp_math.h82 PHP_FUNCTION(atanh);
H A Dmath.c255 return(atanh(z)); in php_atanh()
563 PHP_FUNCTION(atanh) in PHP_FUNCTION() argument
H A Dconfig.m4303 AC_CHECK_FUNCS(asinh acosh atanh log1p hypot)
H A Dbasic_functions.c2941 PHP_FE(atanh, arginfo_atanh)

Completed in 27 milliseconds