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.
Actually, there are a few test cases that come up in the random input testing that your solution doesn't account for. Sometimes the given epsilon is greater than pi. Also the %.11v formatting option tends to also remove trailing 0s which some of the random input solutions expect to find. I hadn't appreciated how random the random testing was as it wouldn't always fail for me when I submitted my solution for testing. I'm sure I ran through the debug/test cycle more often than you!