Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y_correct = 30250.38982762555;
assert(isequal(your_fcn_name(x),y_correct))
y =
3.025038982762555e+04
|
2 | Pass |
x = 0.35;
y_correct = -9.116883398921845e-01;
assert(isequal(your_fcn_name(x),y_correct))
y =
-9.116883398921845e-01
|
3 | Pass |
x = 3.14159;
y_correct = 35.83003674467708;
assert(isequal(your_fcn_name(x),y_correct))
y =
3.583003674467708e+01
|
Find the alphabetic word product
2322 Solvers
17138 Solvers
321 Solvers
264 Solvers
307 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!