Home
last modified time | relevance | path

Searched refs:fMaxIteration (Results 1 – 1 of 1) sorted by relevance

/trunk/main/scaddins/source/analysis/
H A Dbessel.cxx85 const double fMaxIteration = 9000000.0; //experimental, for to return in < 3 seconds in BesselJ() local
88 if (fEstimateIteration > fMaxIteration) in BesselJ()
163 while (!bHasfound && k <= fMaxIteration); in BesselJ()
345 const double fMaxIteration = 9000000.0; // should not be reached in Bessely0() local
386 while (!bHasFound && k<fMaxIteration); in Bessely0()
399 const double fMaxIteration = 9000000.0; // should not be reached in Bessely1() local
444 while (!bHasFound && k<fMaxIteration); in Bessely1()

Completed in 12 milliseconds