MutableBigInteger.normalize

Ensure that the MutableBigInteger is in normal form, specifically making sure that there are no leading zeros, and that if the magnitude is zero, then intLen is zero.

class MutableBigInteger
final
void
normalize
()

Meta