pub trait Ln { // Required method fn ln(self) -> Self; }
Trait for getting the natural logarithm of self.
self
Returns the natural logarithm of self.