if ((xlo = min.substr(0, 1) === '('))
    min = str2float(min.substr(1));
  else
    min = str2float(min);