ID EN
Decimal

min

Python 3.11

Like min(self, other) except that the context rounding rule is applied before returning and that NaN values are either signaled or ignored (depending on the context and whether they are signaling or quiet).

Syntax

PYTHON
min(other, context=None)