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.
In the same boat as you. I have tried using the numeric limits library, but I only get close 0.999999. I am not sure I know what to do with inf in c++, long double is as about as large a data type as I know, without using the GMP library. I would like to understand what should be done with calculations that reach beyond the limits of standard data types as well.