Trait series::ops::Exp

source ·
pub trait Exp {
    type Output;

    fn exp(self) -> Self::Output;
}
Expand description

Trait for the exponential function

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors