Trait ndarray_odeint::exponential::Exponential [] [src]

pub trait Exponential: Clone + Copy + Sized {
    fn exp(self) -> Self;
}

exponential function

Required Methods

Implementors