| belkdaddy (15) | |
| Hey I'm trying to store an integer that is 50 digits long but I can't find a data type that will support this number. If anyone can help my in creating a new data type or instruct me on how to do this it would be greatly appreciated. | |
|
|
|
| helios (9442) | |
|
Google arbitrary precision arithmetic. The most used library is GMP. | |
|
|
|