decimal.DivisionUndefined

exception decimal.DivisionUndefined[source]

Undefined result of division.

This occurs and signals invalid-operation if division by zero was attempted (during a divide-integer, divide, or remainder operation), and the dividend is also zero. The result is [0,qNaN].