This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(abs(BoilingPoint(2) - 245.16) < 1e-3)
|
2 | Pass |
%%
assert(abs(BoilingPoint(5) - 313.8) < 1e-3)
|
3 | Pass |
%%
assert(abs(BoilingPoint(10) - 428.2) < 1e-3)
|
Extract leading non-zero digit
967 Solvers
Compute a dot product of two vectors x and y
645 Solvers
Find nearest prime number less than input number
181 Solvers
Sum of odd numbers in a matrix
231 Solvers
Sum the 'edge' values of a matrix
153 Solvers