stupid
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
nMax = 10;
y_correct = 3.041840000000000;
assert(isequal(pi_est1(nMax),y_correct))
|
2 | Fail |
nMax = 1000;
y_correct = 3.140593000000000;
assert(isequal(pi_est1(nMax),y_correct))
|
3 | Fail |
nMax = 1e6;
y_correct = 3.141592000000000;
assert(isequal(pi_est1(nMax),y_correct))
|
All your base are belong to us
463 Solvers
434 Solvers
Piecewise linear interpolation
298 Solvers
Fix the last element of a cell array
343 Solvers
340 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!