-
-
Notifications
You must be signed in to change notification settings - Fork 557
Closed
Description
Continued from exercism/c#967
The test case for the square root problem indicates that it was made only for perfect squares. This is also hinted by the fact that the C track uses uint16_t and not float_t or double_t. However, this important detail is not mentioned in the description. I think that letting the learners know that the argument will be perfect squares would improve the quality of the question and reduce the cognitive load.
Metadata
Metadata
Assignees
Labels
No labels