What are the most known arbitrary precision arithmetic implementation approaches?
        Posted  
        
            by 
                keykeeper
            
        on Programmers
        
        See other posts from Programmers
        
            or by keykeeper
        
        
        
        Published on 2012-02-11T12:31:48Z
        Indexed on 
            2012/09/07
            21:50 UTC
        
        
        Read the original article
        Hit count: 332
        
algorithms
|data-structures
I'm going to write a class library for .NET which provide an implementation of arbitrary precision arithmetic for integer, rational and maybe complex numbers. What best known approaches should I become familiar with?
I tried to start with Knuth's TAOCP Vol.2 (Seminumerical Algorithms, Chapter 4 – Arithmetic) but it's too complicated. At least I couldn't get the ideas in a relatively short period of time.
© Programmers or respective owner