double log1x(double x);
Returns the natural logarithm of 1 + x.
Parameters:
Returns: log(1 + x)
Errors: NUMERICS_ERROR is raised if x ≤ -1
NUMERICS_ERROR
Header: #include "mathx.h"
#include "mathx.h"