Floating point arithmetic issues in Python 3

By default, numbers having a decimal point are represented as floating point numbers.

Similar