Lines Matching refs:log1p
2 Test log1p() - Error conditions
5 /* Prototype : float log1p ( float $arg )
11 echo "*** Testing log1p() : error conditions ***\n";
13 echo "\n-- Testing log1p() function with less than expected no. of arguments --\n";
14 log1p();
15 echo "\n-- Testing log1p() function with more than expected no. of arguments --\n";
16 log1p(36, true);
20 *** Testing log1p() : error conditions ***
22 -- Testing log1p() function with less than expected no. of arguments --
24 Warning: log1p() expects exactly 1 parameter, 0 given in %s on line %d
26 -- Testing log1p() function with more than expected no. of arguments --
28 Warning: log1p() expects exactly 1 parameter, 2 given in %s on line %d