operator / 抽象方法

double operator /(
  1. num other
)
override

将此数字除以 other

实现

double operator /(num other);