ID EN
Decimal

compare_signal

Python 3.11

This operation is identical to the compare() method, except that all NaNs signal. That is, if neither operand is a signaling NaN then any quiet NaN operand is treated as though it were a signaling NaN.

Syntax

PYTHON
compare_signal(other, context=None)

See Also

compare()