Version:
This project provides an implementation of the expit function.
This function implements expit.
This click command implements expit.
To calculate the function value of 0.42 in the shell:
py -m expit 0.42
Or inside of a Python script:
import expit
print(expit.function(0.42)) #0.6034832498647263