How can we write the excel function =Normsdist() in Java?
807599Mar 3 2007 — edited Mar 3 2007Hi,
I need to use one function in my java program to compute N(z) . In excel the function is =Normsdist(z). Is there any built-in library function for this in Java? How can I accomplish this? Please give me some solutions...
Thanks.