createNaN static method

DD createNaN()

Implementation

static DD createNaN() {
  return new DD.withHiLo(double.nan, double.nan);
}