isnan function

bool isnan(
  1. double x
)

Implementation

bool isnan(double x) => x.isNaN;