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(calculate_PAI-pi)<1e-7);
PAI =
3.1416
|
2 | Pass |
filetext = fileread('calculate_PAI.m');
assert(isempty(strfind(filetext, 'pi')),'pi forbidden');
assert(isempty(strfind(filetext, '3.14159')),'3.14159 forbidden');
assert(isempty(strfind(filetext, 'str')),'str function forbidden');
|
1398 Solvers
725 Solvers
Implement simple rotation cypher
943 Solvers
190 Solvers
519 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!