Function f_logisticf

Source
pub fn f_logisticf(x: f32) -> f32
Expand description

Logistic function

Computes 1/(1+exp(-x))