Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N = 6;
rng(7);
assert((round(abs(loln(N)),7) == 7.2900e-05))
|
2 | Pass |
N = 10;
rng(1000);
assert((round(abs(loln(N)),7) == 8.7600e-05))
|
Project Euler: Problem 1, Multiples of 3 and 5
1493 Solvers
Simple equation: Annual salary
3779 Solvers
Find last zero for each column
239 Solvers
436 Solvers
521 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!