从当前数字减去 other。
other
如果当前数字和 other 均为整数,则结果为 int,如 int.- 所述,否则结果为 double。
double operator -(num other);