[][src]Function nikisas_test::utils::avoid_odd_mults

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

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