On Sat, 20 Jun 2009 08:44:21 -0400 Stavros Macrakis <macra...@alum.mit.edu>
wrote:

> d) if it is important to your application to perform exact arithmetic
> on rational numbers (and I suspect it is not), you might want to use
> that instead of floating-point. But even if implemented in R, most R
> calculations cannot use it.

Just for the record, the contributed package rcdd links the GMP (GNU
multiprecision bignum) library and provides a crude interface, so it
is "implemented in R", although, as you say, "most R calculations cannot
use it".  The rcdd package can do exact linear programming and other
computational geometry operations.

-- 
Charles Geyer
Professor, School of Statistics
University of Minnesota
char...@stat.umn.edu

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to