Searched refs:atanh (Results 1 – 6 of 6) sorted by relevance
2 Test return type and value for expected input atanh()14 echo "atanh 0.46211715726001 = ";15 var_dump(atanh(0.46211715726001));16 if (allowed_rounding_error(atanh(0.46211715726001), 0.5))24 echo "atanh 0.99505475368673 = ";25 var_dump(atanh(0.99505475368673));26 if (allowed_rounding_error(atanh(0.99505475368673), 3.0))37 atanh 0.46211715726001 = float(%f)39 atanh 0.99505475368673 = float(%f)
2 Test variations in usage of atanh()12 //Test atanh with a different input values28 $res = atanh($values[$i]);
2 Test atanh function : 64bit long tests24 var_dump(atanh($longVal));
458 PHP_FUNCTION(atanh) in PHP_FUNCTION() argument465 RETURN_DOUBLE(atanh(num)); in PHP_FUNCTION()
1399 function atanh(float $num): float {} function
2670 ZEND_FUNCTION(atanh);3313 ZEND_FE(atanh, arginfo_atanh)
Completed in 121 milliseconds