operator <= method

bool operator <= (num other)

Relational less than or equal operator.

Implementation

bool operator <=(num other);