Mathematical calculation error.
class MathError( [code], [description], [extra] ) \ from Error( code, description, extra )
Mathematical calculation error.
This class is generated when a mathematical operation caused an error; it may be a domain error, as trying to extract the square root of a negative number, an overflow error or a division by zero. The error code will detail what kind of math error has happened.