Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
r = 3;
h = 2;
y_correct = 65.9734;
assert(abs(func_frosting(r,h) - y_correct) < 1e-4)
SA =
65.9734
|
2 | Pass |
r = 0.5;
h = 0.25;
y_correct = 1.5708;
assert(abs(func_frosting(r,h) - y_correct) < 1e-4)
SA =
1.5708
|
Omit columns averages from a matrix
482 Solvers
337 Solvers
269 Solvers
Find the maximum number of decimal places in a set of numbers
157 Solvers
78 Solvers