5 ms·
Is there an advantage of using multiply by .5 versus divide by 2?
by madhato 6y ago
Is there an advantage of using multiply by .5 versus divide by 2?
- fox8091 6y agoMultiply by 0.5 would be slower, as it's a floating point operation rather than simple arithmetic.