This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
answer is given in test suite
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
phi_correct = (sqrt(5)+1)/2;
error_bound = 10^-12;
assert(abs(goldenRatio() - phi_correct) <= error_bound )
|
Find the largest value in the 3D matrix
897 Solvers
151 Solvers
243 Solvers
Find the area of a rectangle if length of the diagonal is given.
95 Solvers
281 Solvers