forge-arena / ui /node_modules /d3-format /src /precisionFixed.js
Amogh-kal1's picture
Upload folder using huggingface_hub
db75f77 verified
import exponent from "./exponent.js";
export default function(step) {
return Math.max(0, -exponent(Math.abs(step)));
}