Evaluate the natural logarithm of 1+x.
Create an iterator which evaluates the natural logarithm of 1+x for each iterated value.
Compute `x * ln(y+1)` so that the result is `0` if `x = 0`.