Home
last modified time | relevance | path

Searched refs:expm1 (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/standard/tests/math/
H A Dexpm1_basic.phpt2 Test expm1() - basic function test for expm1()
7 /* Prototype : float expm1 ( float $arg )
13 echo "*** Testing expm1() : basic functionality ***\n";
28 // loop through each element of $values to check the behaviour of expm1()
32 var_dump(expm1($value));
38 *** Testing expm1() : basic functionality ***
H A Dexpm1_basiclong_64bit.phpt2 Test expm1 function : 64bit long tests
24 var_dump(expm1($longVal));
/PHP-7.4/ext/standard/
H A Dphp_math.h73 PHP_FUNCTION(expm1);
H A Dmath.c279 return(expm1(x)); in php_expm1()
656 PHP_FUNCTION(expm1) in PHP_FUNCTION() argument
H A Dbasic_functions.c2948 PHP_FE(expm1, arginfo_expm1)

Completed in 27 milliseconds