An open API service indexing awesome lists of open source software.

https://github.com/omr-ql/long-integer

In C++ , The biggest data type is "long long int" can only handle 10^18 , my code can handle much more than that :) , by convert it into string and do the implementation.
https://github.com/omr-ql/long-integer

Last synced: 5 months ago
JSON representation

In C++ , The biggest data type is "long long int" can only handle 10^18 , my code can handle much more than that :) , by convert it into string and do the implementation.

Awesome Lists containing this project