Function expm1

Source
pub fn expm1<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>
Expand description

Compute e raised to the power of value -1

This is an element wise unary operation.