The Human Mk1 processing units are also capable of small multiplication/divisions, especially on bases 2 and 10, but bad at lookups - who thought manufacturing units with such slow memory access was a good idea??
I'd rather we play to their strengths and multiply by 1.6 (f(X) = X + X/2 + X/10 for all X) requiring only a few memory accesses. This is already as accurate as the other method. We could make it 1.61 (+ X/100) if we must be more accurate. Any floating point error should be too small to matter.