pub fn softplus(x: impl AsRef<Array>) -> Result<Array>
Applies the Exponential Linear Unit.
This is:
logaddexp(x, 0)