public static Complex Reciprocal(this Complex complex)
 {
     return(Complex.Reciprocal(complex));
 }