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))
|
What is the distance from point P(x,y) to the line Ax + By + C = 0?
277 Solvers
367 Solvers
07 - Common functions and indexing 2
316 Solvers
249 Solvers
266 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!