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.
Thanks a lot for the clarification and explanation, would there be any cases where it would be more efficient to use math.sqrt over **?
Never fails to suprise me with how they always upvote the worse solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Is math.sqrt() not faster than **0.5?
This comment is hidden because it contains spoiler information about the solution
Horrible explanation but managed to figure out what you meant after around 20 minutes.