operator / method

double operator / (num other)

Divides this number by other.

Implementation

double operator /(num other);