ID EN
Decimal

is_signed

Python 3.11

Return True if the argument has a negative sign and False otherwise. Note that zeros and NaNs can both carry signs.

Syntax

PYTHON
is_signed()

See Also

True False