finitef function

int finitef(
  1. double x
)

Implementation

int finitef(double x) => finite(x);