powered by
Computes the "expit" function -- inverse of logit.
expit(z)
exp(z) / (1.0 + exp(z))
Numeric. Real valued argument to expit() function.