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)
ans =
245.1600
|
2 | Pass |
%%
assert(abs(BoilingPoint(5) - 313.8) < 1e-3)
ans =
245.1600
ans =
313.8000
|
3 | Pass |
%%
assert(abs(BoilingPoint(10) - 428.2) < 1e-3)
ans =
245.1600
ans =
428.2000
|
1623 Solvers
116 Solvers
579 Solvers
103 Solvers
Find out value of sine given by degree.
171 Solvers