从当前数字中减去 other。
other
如果当前数字和 other 都是整数,结果将是一个 int,如 int.- 所描述,否则结果是一个 double。
num operator -(num other);