Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 40;
ratio = 16/9;
y_correct = 34.863;
assert(abs(myDaddyLongLeg(x,ratio)-y_correct)<0.01)
|
2 | Pass |
x = 25;
ratio = 16/9;
y_correct = 21.789;
assert(abs(myDaddyLongLeg(x,ratio)-y_correct)<0.01)
|
3 | Pass |
x = 10;
ratio = 16/9;
y_correct = 8.7158;
assert(abs(myDaddyLongLeg(x,ratio)-y_correct)<0.01)
|
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
2816 Solvers
Get the length of a given vector
3568 Solvers
300 Solvers
222 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!