log1x

double log1x(double x);

Returns the natural logarithm of 1 + x.

Parameters:
xValue to evaluate function at.

Returns:
log(1 + x)

Errors:
NUMERICS_ERROR is raised if x ≤ -1

Header:
#include "mathx.h"