Trait ArrayInstanceNaturalLog

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

Defines the natural logarithm.

Required Methods§

Source

fn ln(&self) -> ArrayExt<T::UnaryOutType>

Calculate the element-wise natural logarithm.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§