CodeMonkey
- 11
- 0
I want to use arbitrarily long integers in Csharp, can you tell me how to declare and use this. Please explain the namespace, classes used as I'm very new to this. Thanks.
The discussion revolves around the use of arbitrarily long integers in C# programming, specifically exploring the possibility of utilizing the GNU Multiple Precision Arithmetic Library (GMP) on Windows. Participants discuss various approaches, including third-party libraries and installation methods.
There is no consensus on the best method to implement big integers in C#. Participants present differing views on the availability of built-in support and the effectiveness of third-party solutions versus GMP.
Participants do not clarify the specific limitations or performance considerations of the suggested methods, nor do they resolve the effectiveness of the proposed solutions.
jim mcnamara said:You can backdoor install gmp - the GNU package for large numbers. It's possible to compile a gmp.dll that you can use in Windows.