[][src]Constant reikna::factor::MAX_SMALL_NUM

pub const MAX_SMALL_NUM: u64 = 65_536;

The largest number considered "small" by quick_factorize_wsp().

Values less than this will be factored with prime::factorize_wp(), this is also the value used as the maximum argument to prime_sieve() in the quick_factorize() helper function.