rust-num / num-traits

Numeric traits for generic mathematics in Rust
Apache License 2.0
731 stars 135 forks source link

Mirror of num-complex issue #2 #101

Closed YakoYakoYokuYoku closed 5 years ago

YakoYakoYokuYoku commented 5 years ago

Details are here.

YakoYakoYokuYoku commented 5 years ago

I think the parts where is failing is in: impl Float where Self: // --snip-- and in: impl CommonFloat where Self: // --snip--

I think using impl Float: // --snip-- is the correct way.

YakoYakoYokuYoku commented 5 years ago

@cuviper sorry to bother you with this kind of stuff and for the inactivity, but i couldn't make the commits in this PR to work (in my horse-shoe crate it does) and i don't know why. If you can help me with this, that would be nice.