Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
N = 6;
rng(7);
assert((round(abs(loln(N)),7) == 7.2900e-05))
|
2 | Fail |
N = 10;
rng(1000);
assert((round(abs(loln(N)),7) == 8.7600e-05))
|
401 Solvers
Convert given decimal number to binary number.
639 Solvers
251 Solvers
Height of a right-angled triangle
448 Solvers
289 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!