isfinite function

bool isfinite(
  1. double x
)

Implementation

bool isfinite(double x) => x.isFinite;