isFinite property

bool isFinite

Tests if this complex number is finite.

Implementation

bool get isFinite => a.isFinite && b.isFinite;