Skip to content
Prev 315007 / 398506 Next

Precision of values > 53 bits

On 13-01-10 6:01 AM, Stephan Mueller wrote:
R has no native numeric type with more than 53 bit precision, but other 
packages have added it.  For example, the gmp package provides an 
interface to the gmp library which supports arbitrarily large integers 
and arbitary precision rationals.

Duncan Murdoch