FloatingPointError

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.

doc_python
2016-10-07 17:33:15
Comments
Leave a Comment

Please login to continue.