Home
/
Python 3.11
/
Decimal
/
is_zero
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Decimal
is_zero
Python 3.11
Return True if the argument is a (positive or negative) zero and False otherwise.
Syntax
PYTHON
Copy
is_zero()
See Also
True
False