ln1p function

num ln1p(
  1. num x
)

Computes ln(x + 1).

Implementation

num ln1p(num x) => ln(x + 1);