public BigDecimal combine(BigDecimal x, BigDecimal y) { return x.add(y); }
public BigDecimal function(BigDecimal x) { return x.ulp(); }