减 (精确相减,防止精度丢失). subtract (without loosing precision).
Decimal? subtractDec(num a, num b) { return subtractDecString(a.toString(), b.toString()); }