On Tue, Nov 10, 2009 at 4:30 AM, Don <[email protected]> wrote: >> Just out of curiousity, how does someone print out the >> >> value of a BigInt right now? > > In Tango, there's just .toHex() and .toDecimalString(). Needs proper > formatting options, it's the biggest thing which isn't done. I hit one too > many compiler segfaults and starting patching the compiler instead <g>. But > I really want a decent toString().
Ah, ok. So there is something, it's just not called "toString". --bb
