Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
log1p()
Calculates an implementation-dependent approximation to ln(1 + x_i) for each element x_i of the input array x.
ln(1 + x_i)
x_i
x
For small x, the result of this function should be more accurate than log(1 + x).
log(1 + x)