Amogh-kal1's picture
Upload folder using huggingface_hub
db75f77 verified
import {formatDecimalParts} from "./formatDecimal.js";
export default function(x) {
return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN;
}