Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(abs(need2(1)-1)<0.001)
ans =
1
|
2 | Pass |
assert(abs(need2(2)-0.6667)<0.001)
ans =
0.6667
|
3 | Pass |
assert(abs(need2(10)-0.5263)<0.001)
ans =
0.5263
|
4 | Pass |
assert(abs(need2(100)-0.5025)<0.001)
ans =
0.5025
|
5 | Pass |
assert(abs(need2(1000)-0.5003)<0.001)
ans =
0.5003
|
Reverse the Words (not letters) of a String
244 Solvers
Project Euler: Problem 3, Largest prime factor
170 Solvers
Compress strings (not springs)
85 Solvers
Sum the numbers on the main diagonal
375 Solvers
Area of an equilateral triangle
1707 Solvers