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