UNPKG

doevisualizations

Version:

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

6 lines (4 loc) 119 B
import exponent from "./exponent"; export default function(step) { return Math.max(0, -exponent(Math.abs(step))); }