I'm not seeing a d.shift(7) sort of method to multiply d by 10^7 -- did I just miss it? If it's not there, would it be good to add one? In the meantime, is it "safe" to just to d.e += 7 or is there other internal state I might be messing up by doing so? Thanks!