UNPKG

d3-visualize

Version:

d3-view components for data visualization

4 lines (3 loc) 109 B
export default function (x, n) { return n ? Math.round(x * (n = Math.pow(10, n))) / n : Math.round(x); }