Пример #1
0
 public static Complex Reciprocal(this Complex complex)
 {
     return(Complex.Reciprocal(complex));
 }