[src]

Function std::num::ln_1p

pub fn ln_1p<T: Float>(value: T) -> T

Returns the natural logarithm of the number plus 1, ln(n + 1), more accurately than if the operations were performed separately.