ID EN
Complex Math

isfinite

Python 3.11

Return True if both the real and imaginary parts of x are finite, and False otherwise.

Syntax

PYTHON
cmath.isfinite(x)