Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(Gamma_val(x),y_correct))
|
2 | Pass |
x = 0;
y_correct = Inf;
assert(isequal(Gamma_val(x),y_correct))
|
3 | Pass |
x = 1.2;
y_correct = 0.9182;
assert(abs(Gamma_val(x)-y_correct)<0.0001)
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13046 Solvers
The Goldbach Conjecture, Part 2
1284 Solvers
6359 Solvers
271 Solvers
251 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!