- 4,533
- 13
Who can tell me how I can calculate numbers to as many digits as I see fit? The normal libraries can only hold 19 or so, which is waaayyy less than I want. Any help is appreciated.
Jameson
Jameson
The discussion revolves around how to perform calculations with numbers that exceed the precision limits of standard libraries in C++. Participants explore various methods for handling multi-precision arithmetic, including custom implementations and existing libraries.
Participants present multiple approaches to the problem, with no consensus on a single solution or method. The discussion remains unresolved regarding the best way to handle calculations beyond standard library limits.
Some methods discussed depend on specific compiler environments, and there are unresolved considerations regarding the implementation of multi-precision arithmetic.
Jameson said:Who can tell me how I can calculate numbers to as many digits as I see fit? The normal libraries can only hold 19 or so, which is waaayyy less than I want. Any help is appreciated.
Jameson