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