Hacker News new | ask | show | jobs
by rm445 1757 days ago
How about using a look-up table for small numbers (say up to 12x12), left shifts for powers of ten, and decomposing larger multiplications into summation of those operations?