exception FloatingPointError
Raised when a floating point operation fails. This exception is always defined, but can only be raised when Python is configured with the --with-fpectl
option, or the WANT_SIGFPE_HANDLER
symbol is defined in the pyconfig.h
file.
Please login to continue.