In this task you need to imagine that you — yes, YOU — have developed a problem on Cody for me to solve, and now you need to prepare a simple Test Suite to check whether my submitted solutions meet your requirements or not.
So the tables are turned! You are now in the role of Tester! I am in the role of Player!
The problem you've set me is to:
You provide me with the following example for the function defined as s = SINE(a):
% INPUT a = 45 % degrees % OUTPUT s = 1/sqrt(2)
Now I have responded by submitting a large number of purported 'solutions', some of which are reasonably accurate, and others which are either too imprecise or else logically flawed.
Your Test Suite (contained within your function testSuite) must address each of the elements of your problem specification:
When creating a Test Suite for a Cody problem it is a good habit to try to anticipate the tactics that diverse Players might employ! Therefore the above specification is merely a starting point. You will develop more robust Test Suites in:
Alternatively, if even this Problem seems daunting, you may want to start with Problem 44631 (part 0).
2525 Solvers
Back to basics 23 - Triangular matrix
532 Solvers
Pig Latin to English Translator
41 Solvers
Getting the row and column location from a matrix
192 Solvers
Memory Map File: Access and Update
10 Solvers