Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1.1;
m = 1.6685185538222564;
assert(abs(1-multiply(x)/m)<1000*eps)
|
2 | Pass |
x = pi;
m = 11.591953275521519;
assert(abs(1-multiply(x)/m)<1000*eps)
|
3 | Pass |
x = 1/pi;
m = 1.0510897883672876;
assert(abs(1-multiply(x)/m)<1000*eps)
|
3076 Solvers
Find state names that end with the letter A
709 Solvers
89 Solvers
233 Solvers
282 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!