Skip to content
Prev 179543 / 398503 Next

convert large integers to hex

rSymPy (http://rsympy.googlecode.com) can do that:
Loading required package: rJava
[1] "0x3039"
[1] "3039"
[1] "0x5b86a277deb9a1d0L"

as can r-bc package (http://r-bc.googlecode.com - not on CRAN).
On Wed, May 6, 2009 at 3:26 PM, Sundar Dorai-Raj <sdorairaj at gmail.com> wrote: