This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y_correct = 3.041840000000000;
assert(isequal(pi_est1(x),y_correct))
|
2 | Pass |
x = 1000;
y_correct = 3.140593000000000;
assert(isequal(pi_est1(x),y_correct))
|
3 | Pass |
x = 1e6;
y_correct = 3.141592000000000;
assert(isequal(pi_est1(x),y_correct))
|
1123 Solvers
204 Solvers
Output any real number that is neither positive nor negative
252 Solvers
Fix the last element of a cell array
97 Solvers
394 Solvers