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