if ((xhi = max.substr(0, 1) === '('))
    max = str2float(max.substr(1));
  else
    max = str2float(max);