sturges.js 96 Bytes
Newer Older
Muddsair Sharif's avatar
Muddsair Sharif committed
1
2
3
export default function(values) {
  return Math.ceil(Math.log(values.length) / Math.LN2) + 1;
}