[][src]Function arrayfire::expm1

pub fn expm1<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType> where
    T::AbsOutType: HasAfEnum

Compute e raised to the power of value -1

This is an element wise unary operation.