Calculates the logit of a real number between 0 and 1
logit(x)
x
A real number between 0 and 1
log(x/(1-x))
logit(0.2)