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