Using QuickCalc:
res = Convert.ToDouble(qc.ParseAndCompute("ChiDist(18,10)"));
works just fine, so I put a try/catch around the code to see how errors are handled, then tried:
res = Convert.ToDouble(qc.ParseAndCompute("ChiDist(18,-10)"));
which fails to return after quite some time.
-Greg
AD
Administrator
Syncfusion Team
November 30, 2004 01:58 PM UTC
We will get this corrected.
ST
Steve
January 13, 2005 11:50 AM UTC
Another infinite loop is created when calling qc.ParseAndCompute("CritBinom(38050,1,1)").
Please add this to the list as well.
Thanks.
AD
Administrator
Syncfusion Team
January 13, 2005 02:33 PM UTC
We will get this corrected.