pub fn is_composite(n: u64) -> bool
Returns true when n is composite.
true
n
Composite values are integers greater than 1 that are not prime.
1