|
NTLib - Number Theory Library 0.9
|
Concept to ensure that no overflow can occur during addition or subtraction. More...
Concept to ensure that no overflow can occur during addition or subtraction.
Checks that T can hold at least \(2m\) which is required internally for addition and subtraction. If this concept is not satisfied, a bigger integer type must be used for T.