[][src]Function nikisas_test::utils::avoid_even_mults

pub fn avoid_even_mults<F: FloatExt>(x: F) -> impl Fn(&F) -> bool

Instructs the iterator to avoid all even multipliers of this particular value. That is, for value x, it's 2x, 4x, but not 3x. See avoid_mults for usage.