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.
Didn't matter but fixed.
I suppose what there is samll syntaxical issue with cata code sample, need to add
do
to function defenition. Thanks.Hi, as was mentioned in task description, we need iterate until Math::PI - our_calculated > epsilon. You may, possible getting your iterations count by some manipulations with epsilon itself - e.g. take reverse number of it, or so on.
Best practice, definitely!
=)