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