You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in the description. The method causes Signal: SIGFPE (Arithmetic exception) with feenableexcept ( FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW ). This bug has been discovered thanks to #1352.
The text was updated successfully, but these errors were encountered:
There is a division by zero. As from the data used in the test we have: mySamples[k] - 1 is equal to zero and then we have a division by this value that is equal to zero, etc.
As in the description. The method causes
Signal: SIGFPE (Arithmetic exception)
with feenableexcept ( FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW )
. This bug has been discovered thanks to #1352.The text was updated successfully, but these errors were encountered: