I would like to use the Normsdist function located in:
org.apache.poi.hssf.record.formula.functions.Normsdist
Can I only use this via an Excel spreadsheet? I would
really just like to use the function on a number like:
double input = 1;
double output = Normsdist(input);
Is this possible? Or if I had to do the calculation
via a spreadsheet, how would I go about doing it?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/