减 (精确相减,防止精度丢失). subtract (without loosing precision).
static double subtract(num a, num b) { return subtractDec(a, b).toDouble(); }