Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <math.h> double log1p(double x); 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. | |
See also | log |