Function is_composite

Source
fn is_composite(n: u32) -> bool
Expand description

Simple prime number check of all factors from 2 to √n inclusive.