BigInteger.BURNIKEL_ZIEGLER_THRESHOLD

The threshold value for using Burnikel-Ziegler division. If the number of ints in the divisor are larger than this value, Burnikel-Ziegler division may be used. This value is found experimentally to work well.

class BigInteger
enum int BURNIKEL_ZIEGLER_THRESHOLD;

Meta