(function() {var implementors = {};
implementors["half"] = [{text:"impl LowerExp for f16",synthetic:false,types:["half::f16"]},];
implementors["num_complex"] = [{text:"impl<T> LowerExp for Complex<T> where
T: LowerExp + Num + PartialOrd + Clone, ",synthetic:false,types:["num_complex::Complex"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()