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