[][src]Constant red_primality::MAX_U64_PRIME

pub const MAX_U64_PRIME: u64 = 18_446_744_073_709_551_557;

This is the largest prime integer that fits in a u64.

Equivalent to 2^64 - 59.

See the prime pages for verification.