Spaces:
Sleeping
Sleeping
File size: 149 Bytes
db75f77 | 1 2 3 4 5 6 | import {formatDecimalParts} from "./formatDecimal.js";
export default function(x) {
return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN;
}
|