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";21 // loop through each element of $values to check the behaviour of expm1()25 var_dump(expm1($value));30 *** Testing expm1() : basic functionality ***
2 Test expm1 function : 64bit long tests24 var_dump(expm1($longVal));
542 PHP_FUNCTION(expm1) in PHP_FUNCTION() argument550 RETURN_DOUBLE(expm1(num)); in PHP_FUNCTION()
1413 function expm1(float $num): float {} function
2677 ZEND_FUNCTION(expm1);3320 ZEND_FE(expm1, arginfo_expm1)
Completed in 42 milliseconds