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