double operator -(
num other
)

Subtraction operator.

Source

/** Subtraction operator. */
double operator -(num other);