Searched refs:log1p (Results 1 – 8 of 8) sorted by relevance
2 Test log1p() - basic function test log1p()43 -- log1p 23 --46 -- log1p -23 --49 -- log1p 23.45 --55 -- log1p 23 --58 -- log1p 23 --61 -- log1p 23 --64 -- log1p 23.45 --70 -- log1p --73 -- log1p 1 --[all …]
2 Test log1p() - Error conditions5 /* 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();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 %d26 -- Testing log1p() function with more than expected no. of arguments --[all …]
2 Test log1p() function : usage variations - different data types as $arg argument7 /* Prototype : float log1p ( float $arg )13 echo "*** Testing log1p() : usage variations ***\n";82 // loop through each element of $inputs to check the behaviour of log1p()86 var_dump(log1p($input));93 *** Testing log1p() : usage variations ***148 Warning: log1p() expects parameter 1 to be float, string given in %s on line %d153 Warning: log1p() expects parameter 1 to be float, string given in %s on line %d158 Warning: log1p() expects parameter 1 to be float, array given in %s on line %d163 Warning: log1p() expects parameter 1 to be float, string given in %s on line %d[all …]
2 Test log1p function : 64bit long tests24 var_dump(log1p($longVal));
78 PHP_FUNCTION(log1p);
280 return(log1p(x)); in php_log1p()683 PHP_FUNCTION(log1p) in PHP_FUNCTION() argument
352 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass mempcpy strpncp…
2902 PHP_FE(log1p, arginfo_log1p)
Completed in 29 milliseconds