Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N = 6;
rng(7);
assert((round(abs(loln(N)),7) == 7.2900e-05))
dice_diff =
-7.2890e-05
|
2 | Pass |
N = 10;
rng(1000);
assert((round(abs(loln(N)),7) == 8.7600e-05))
dice_diff =
-8.7570e-05
|
Sort a list of complex numbers based on far they are from the origin.
3792 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
1563 Solvers
263 Solvers
103 Solvers
find the surface area of a cube
215 Solvers