What is general principals to operate with large integers in javascript? Like in libraries for bigint? How i do it by myself?
                +2 
                A: 
                
                
              
            You may take a look at this implementation. You may also find other implementations useful.
                  Darin Dimitrov
                   2010-08-26 20:19:18
                
              
                
                A: 
                
                
              
            Another option I've used in the past, is to hand off those operations to a calculation server via jsonp. If you're working with such large numbers, you likely want the improved performance and precision this can give you.
                  Don Albrecht
                   2010-08-26 20:49:31