pub fn expm1<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,
Expand description
Compute e raised to the power of value -1
This is an element wise unary operation.
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.