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