Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2; y = 1;
z_correct = 4.25;
assert(isequal(pemdas_test(x,y),z_correct))
|
2 | Pass |
x = 1; y = 1;
z_correct = Inf;
assert(isequal(pemdas_test(x,y),z_correct))
|
1051 Solvers
07 - Common functions and indexing 6
348 Solvers
Is this triangle right-angled?
2396 Solvers
Vector raised to a power, element-wise (★)
66 Solvers
134 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!