On Tue, Apr 25, 2006 at 08:20:18PM +0900, Stefan Huehner wrote: > > -VALUE > +static VALUE > rb_ull2big(unsigned LONG_LONG n) > { > BDIGIT_DBL num = n; A question - are you sure this needs to be static? It looks pretty useful! Sam > return big; > } > > -VALUE > +static VALUE > rb_ll2big(LONG_LONG n) > { > long neg = 0;