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
Arithmetic overflow can occur in the following scenarios:
Addition
Subtraction
Multiplication
Division
Increment
Decrement
Creating PSXFixed from a double or from_integer() where the input is outside the bounds of the fixed-point type
Currently, the behaviour of overflowing operations is unspecified. It should be specified, tested for, and documented, regardless of whether we decide to catch it or not.
The text was updated successfully, but these errors were encountered:
Arithmetic overflow can occur in the following scenarios:
PSXFixed
from adouble
orfrom_integer()
where the input is outside the bounds of the fixed-point typeCurrently, the behaviour of overflowing operations is unspecified. It should be specified, tested for, and documented, regardless of whether we decide to catch it or not.
The text was updated successfully, but these errors were encountered: