Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1.1;
m = 1.6685185538222564;
assert(abs(1-multiply(x)/m)<1000*eps)
m =
1.6685
|
2 | Pass |
x = pi;
m = 11.591953275521519;
assert(abs(1-multiply(x)/m)<1000*eps)
m =
11.5920
|
3 | Pass |
x = 1/pi;
m = 1.0510897883672876;
assert(abs(1-multiply(x)/m)<1000*eps)
m =
1.0511
|
Check to see if a Sudoku Puzzle is Solved
278 Solvers
151 Solvers
151 Solvers
60 Solvers
216 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!