Over the past week or so I've been working on a hex carry system. It is pretty small. I tried to make a mostly flat system. Although it isn't as fast as I expected, it still works fairly well. It can take an input every 8 ticks. I added a hex memory cell to hold the base number and a fading clock to send a pulse as many times as the multiplier. Essentially it just adds the base number in the amount of the multiplier. Doing another function will add it to the current value. You can reset if you want to start over.
The speed of the function is relative to the multiplier. 8 ticks * multiplier + bussing.
The speed of the function is relative to the multiplier. 8 ticks * multiplier + bussing.