除 (精确相除,防止精度丢失). divide (without loosing precision).
Decimal? divideDec(num a, num b) { return divideDecString(a.toString(), b.toString()); }