Searched refs:expm1 (Results 1 – 5 of 5) sorted by relevance
2 Test expm1() - basic function test for expm1()7 echo "*** Testing expm1() : basic functionality ***\n";22 // loop through each element of $values to check the behaviour of expm1()26 var_dump(expm1($value));31 *** Testing expm1() : basic functionality ***
2 Test expm1 function : 64bit long tests24 var_dump(expm1($longVal));
546 PHP_FUNCTION(expm1) in PHP_FUNCTION() argument554 RETURN_DOUBLE(expm1(num)); in PHP_FUNCTION()
1065 function expm1(float $num): float {} function
2665 ZEND_FUNCTION(expm1);3305 ZEND_FE(expm1, arginfo_expm1)
Completed in 37 milliseconds