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