Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(abs(rootof(@sin,3)-pi)<100*eps)
foo =
sin
there =
3.1416
|
2 | Pass |
%%
assert(abs(rootof(@cos,1.5)-pi/2)<100*eps)
foo =
cos
there =
1.5708
|
3 | Pass |
%%
assert(abs(rootof(@tan,0.05)-0)<100*eps)
foo =
tan
there =
0
|
Return a list sorted by number of occurrences
1504 Solvers
606 Solvers
All your base are belong to us
463 Solvers
Flag largest magnitude swings as they occur
582 Solvers
232 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!