加 (精确相加,防止精度丢失). add (without loosing precision).
Decimal? addDec(num a, num b) { return addDecString(a.toString(), b.toString()); }