Module integer_overflow

Module integer_overflow 

Source
Expand description

Module demonstrating integer overflow protection Integer overflow detection and prevention

Functionsยง

checked_arithmetic
Checked arithmetic prevents silent overflows
saturating_arithmetic
Saturating arithmetic for financial calculations