UNPKG

doevisualizations

Version:

Data Visualization Library based on RequireJS and D3.js (v4+)

7 lines (5 loc) 186 B
import exponent from "./exponent"; export default function(step, max) { step = Math.abs(step), max = Math.abs(max) - step; return Math.max(0, exponent(max) - exponent(step)) + 1; }