This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
d=1;
z=2;
assert(annu(d,z)<pi*1.1)
|
2 | Pass |
d=1;
z=2;
assert(annu(d,z)>pi*0.9)
|
3 | Pass |
d=10;
z=2;
assert(annu(d,z)<pi*1.1)
|
4 | Pass |
d=10;
z=2;
assert(annu(d,z)>pi*0.9)
|
5 | Pass |
d=100;
z=2;
assert(annu(d,z)<pi*1.1)
|
6 | Pass |
d=100;
z=2;
assert(annu(d,z)>pi*0.9)
|
17483 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
267 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
Test if two numbers have the same digits
187 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!