运算符 / 抽象方法

double operator / (
  1. num other
)

将此数字除以 other

实现

double operator /(num other);