[R] Arbitrary Precision Numbers
    Charles Geyer 
    charlie at stat.umn.edu
       
    Tue Apr  8 01:18:43 CEST 2008
    
    
  
Probably not helpful for your particular problem, but the package rcdd
also has a fairly limited interface to the GNU MP Bignum library.
It does arithmetic on arbitrary precision rationals.  Also exact linear
programming and computational geometry using arbitrary precision rationals.
    library(rcdd)
    ?ArithmeticGMP
-- 
Charles Geyer
Professor, School of Statistics
University of Minnesota
charlie at stat.umn.edu
    
    
More information about the R-help
mailing list