On 12/29/2010 12:21 PM, don at amberfisharts.com wrote: > Hi > > If the only occurrence of this problem is with divisions by 2 then > couldn't you use a>>1 instead? It's actually very_large_number // another_very_large_number. Dwayne's divmod(a,b)[0] method works perfectly. Thorsten