pub fn ln_1p(x: f32) -> f32
Returns ln(1+n) (natural logarithm) more accurately than if the operations were performed separately.
ln(1+n)
Precision is specified when the libm feature is enabled.
libm