Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <math.h> double log1p(double x); | |
Description | These functions compute loge (1.0 + x), where x must be greater than -1.0. | |
Return val. | ln(1.0 + x) | if successful. |
|
| depending on the function type, if x is less than or equal to -1. |
Errors |
| |
|
| The value of x is less than -1.0. |
See also |
|