OverflowError
python OverflowError
Raised when the result of an arithmetic operation is too large to be represented. This does not occur for integers (which can grow arbitrarily large), but can occur for float operations.
Raised when the result of an arithmetic operation is too large to be represented. This does not occur for integers (which can grow arbitrarily large), but can occur for float operations.