Efficiency of the `pow` function

Someone said that using pow(x, 2) is always more inefficient than using x * x. Well, there are two things to remember: ...