bool operator >=(
num other
)

Relational greater than or equal operator.

Source

/** Relational greater than or equal operator. */
bool operator >=(num other);