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.
This is pretty inconsistent. You should really specify to how many decimal places rounding needs to take place. If you're going to disregard 0.87+s and round it down, why is it that 0.999992 requires you to all of a sudden round up? You're basically creating edge cases that follow different rounding rules. It only affects certain solutions but that should still be an issue. Solutions that should work fail tests because of this gap in logic.