Returns the survival function value at x, equal to 1 - cdf(x).
Computed directly as an exponential to maintain precision when the CDF is close to 1.
Return
the probability that a value exceeds x, in the range [0, 1].
the point at which to evaluate the survival probability.