I get 1 as the result when I try to do this:
Code:
Dim result = Math.Exp(709.782712893) / (1 + Math.Exp(709.782712893))
Debug.Print(result.ToString)