operator / abstract method

double operator /(
  1. num other
)

Divides this number by other.

Implementation

double operator /(num other);