Displaying 1 result from an estimated 1 matches for "0x5b86a277deb9a1d0l".
2009 May 06
2
convert large integers to hex
Hi,
I'm wondering if someone has solved the problem of converting very
large integers to hex. I know about format.hexmode and as.hexmode, but
these rely on integers. The numbers I'm working with are overflowing
and losing precision. Here's an example:
x <- "6595137340052185552" # stored as character
as.integer(x) # warning about inaccurate conversion