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.
Well, won't give away everything. The key is to minimize rounding errors. You don't need Numpy or anything but 'normal' Python.
This comment is hidden because it contains spoiler information about the solution
Yeah, I tested some numpy.datatypes and I get always 762096994298999808, as I do with 'normal' python floats, which is afaik a hardware specific.
Have the same issue as ofersadan85. It seems that there a rounding issues with very large inputs. I guess I have to use a specific data type like numpy.float64