1 reference to BitsForLongestBinaryMantissa
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (1)
31
private const int MaxBits =
BitsForLongestBinaryMantissa
+ BitsForLongestDigitSequence + BitsPerBlock;