Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Right - but doesn't that mean my solution should have failed the tests? I was able to pass and submit it, which is the issue I'm wondering about. It appears to me that floats are not being tested.
No, your solution classes all floats like 0.1 and 1.2 as 0, which of course they are not.
This comment is hidden because it contains spoiler information about the solution