Difference between the built-in pow() and math.pow() for floats, in Python?
Is there a difference in the results returned by Python’s built-in pow(x, y) (no third argument) and the values returned by math.pow(), in the case of two float arguments.