Ejemplo n.º 1
0
 public static BigDouble Reciprocate(this BigDouble value)
 {
     return(BigDouble.Reciprocate(value));
 }