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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.