Skip to main content

softplus

Function softplus 

Source
pub fn softplus(x: f64) -> f64
Expand description

Softplus: ln(1 + exp(x)), numerically stable.