pub fn exp<T: Float, S: Data<Elem = T>, D: Dimension>(
data: ArrayBase<S, D>,
) -> Result<Array<T, D>, LogCodecError>Expand description
Compute ${e}^{x}$ over the elements of the input data array.
ยงErrors
Errors with
LogCodecError::NonFiniteDataif any data element is non-finite (infinite or NaN)