Until BCL finally ships System.Numeric.BigInt, what do you guys use for arbitrary precision integers?
Is it available as a simple DLL I can reference? (I'm coding in C# if that matters).
                  ripper234
                   2009-02-19 23:56:55
                It's MPL so you should be free to reuse the file
                  Sam Saffron
                   2009-02-19 23:58:37
                I wasn't asking about the license terms, just about the ease of use.
                  ripper234
                   2009-02-20 00:01:19
                It looks like it would be fairly simple to extract this from iron ruby
                  Sam Saffron
                   2009-02-20 00:03:41
                
                +5 
                A: 
                
                
              
            You could try mine on codeplex: BigInteger
Or here's another: codeproject
                  Scott
                   2009-02-20 00:10:29
                
              
                +1 
                A: 
                
                
              
            F# has Microsoft.FSharp.Math.BigInt and Microsoft.FSharp.Math.BigNum.
                  Richard
                   2009-02-20 00:34:54
                
              
                +1 
                A: 
                
                
              
            Also, the J# library includes a BigInt type.
Thankfully, all this will be sorted out when the BCL finally ships a standardized BigInt.
                  Judah Himango
                   2009-06-23 17:52:03