I am reading a C book. In the Arithmetic Expression section, they say:
"Division typically uses more resources. To avoid division, we multiply rather than divide. For example, we multiply by 0.5 rather than divide by 2.0."
Why Division typically uses more resources?. Can anyone give me a detail explanation, please?
Thanks a lot.