Skip to main content

radical

Function radical 

Source
pub fn radical(n: u64) -> u64
Expand description

Product of the distinct prime factors of n (the squarefree kernel). radical(12) == 6, radical(1) == 1, radical(0) == 0.