double operator /(
num other
)

Division operator.

Source

/** Division operator. */
double operator /(num other);