DIR : /home/kozerus/public_html/cropex/node/node_modules/d3-format/src/precisionFixed.js
/home/kozerus/public_html/cropex/node/node_modules/d3-format/src
import exponent from "./exponent.js";
export default function(step) {
return Math.max(0, -exponent(Math.abs(step)));
}
//