Logncdf-func
Computes the probabilities of the specified tail type tail in a given value x, associated with a Lognormal distribution using the corresponding parameters mu and sigma.
double prob = logncdf(double x, double mu, double sigma[, int tail])
x
mu
sigma
tail
prob
logncdf(150,2,0.2,3)=; // ANS: 3.2904785027465E-51