I'm trying to wrap my head around how I'd multiply a number from 0..4096 by 0.3 using just integers with shift operations and scaling, I'm trying to wrap my head around how I'd multi
I'm trying to wrap my head around how I'd multiply a number from 0..4096 by 0.3 using just integers with shift operations and scaling, I'm trying to wrap my head around how I'd multi