isNotANumber method

bool isNotANumber()

Implementation

bool isNotANumber(){
  return false;
}