Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 12358466243;
y_correct = 12358470000;
assert(isequal(round_ten_thou(x),y_correct))
|
2 | Pass |
x = 12358466243.325;
y_correct = 12358470000.000;
assert(isequal(round_ten_thou(x),y_correct))
|
1936 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
1020 Solvers
07 - Common functions and indexing 2
255 Solvers
205 Solvers