Skip to main content

exp

Function exp 

Source
pub fn exp<T, D>(input: &Array<T, D>) -> Result<Array<T, D>, FerrayError>
where T: Element + Float + CrMath, D: Dimension,
Expand description

Elementwise exponential (e^x).