(&self)
| 11 | } |
| 12 | pub fn re(&self) -> &Num { &self.re } |
| 13 | pub fn im(&self) -> &Num { &self.im } |
| 14 | } |
| 15 | impl<Num> std::ops::Add for Complex<Num> |
| 16 | where Num: std::ops::Add<Output = Num> { |
nothing calls this directly
no outgoing calls
no test coverage detected