public static BigDouble Min(this BigDouble value, BigDouble other) { return(BigDouble.Min(value, other)); }