(function() {var implementors = {}; implementors["clfft"] = ["impl<T> Num for Ratio<T> where
    T: Clone + Integer
","impl Num for BigUint","impl Num for BigInt",]; implementors["enum_primitive"] = []; implementors["num_bigint"] = ["impl Num for BigUint","impl Num for BigInt",]; implementors["num_rational"] = ["impl<T: Clone + Integer> Num for Ratio<T>",]; implementors["num_traits"] = []; implementors["ocl"] = ["impl Num for BigUint","impl Num for BigInt","impl<T> Num for Ratio<T> where
    T: Clone + Integer
",]; implementors["ocl_core"] = ["impl<T> Num for Ratio<T> where
    T: Clone + Integer
","impl Num for BigUint","impl Num for BigInt",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()