decimal.Decimal.min

Decimal.min(other, context=None)[source]

Returns the smaller value.

Like min(self, other) except if one is not a number, returns NaN (and signals if one is sNaN). Also rounds.