Message348698
| Author |
vstinner |
| Recipients |
lemburg, mark.dickinson, stutzbach, tim.peters, vstinner |
| Date |
2019年07月29日.23:34:12 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1564443252.9.0.475109832857.issue37474@roundup.psfhosted.org> |
| In-reply-to |
| Content |
fp_except.c: C program to test for float point exceptions:
* FE_OVERFLOW
* FE_UNDERFLOW
* FE_INVALID
I prefer to avoid testing FE_INEXACT which a test might be too specific to an implementation of the libm.
I also chose to avoid testing FE_DIVBYZERO, since the default behavior is to kill the process with SIGFPE. |
|