Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 90;
y = inf;
assert(isequal(tangent1(x),y))
|
2 | Pass |
x = 45;
y = 1;
assert(isequal(tangent1(x),y))
|
651 Solvers
965 Solvers
516 Solvers
Find the square of the sum of the digits of a number
119 Solvers
359 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!