BigInteger.BURNIKEL_ZIEGLER_OFFSET

The offset value for using Burnikel-Ziegler division. If the number of ints in the divisor exceeds the Burnikel-Ziegler threshold, and the number of ints in the dividend is greater than the number of ints in the divisor plus this value, Burnikel-Ziegler division will be used. This value is found experimentally to work well.

class BigInteger
enum int BURNIKEL_ZIEGLER_OFFSET;

Meta