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