search for: under_curv

Displaying 1 result from an estimated 1 matches for "under_curv".

Did you mean: under_curve
2009 Jan 31
2
[LLVMdev] -msse3 can degrade performance
...J = 16 ; else J--; R->j = J; if (R->haveRange) return R->left + dm1 * (double) k * R->width; else return dm1 * (double) k; } double MonteCarlo_integrate(int Num_samples) { Random R = new_Random_seed(SEED); int under_curve = 0; int count; for (count=0; count<Num_samples; count++) { double x= Random_nextDouble(R); double y= Random_nextDouble(R); if ( x*x + y*y <= 1.0) under_curve ++; } Random_delete(R); return ((double) under_...