pub trait ArrayInstanceNaturalLog<T>: ArrayInstance where
    T: HasAfEnum
{ fn ln(&self) -> ArrayExt<T::UnaryOutType>; }
Expand description

Defines the natural logarithm.

Required Methods

Calculate the element-wise natural logarithm.

Implementors