This solution is outdated. To rescore this solution, sign in.
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))
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
277 Solvers
249 Solvers
569 Solvers
Calculate Amount of Cake Frosting
7480 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!