Nexus / node_modules /d3-format /src /precisionFixed.js
Severian's picture
Upload 7464 files
c211499
import exponent from "./exponent.js";
export default function(step) {
return Math.max(0, -exponent(Math.abs(step)));
}