UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

8 lines (5 loc) 177 B
import { f as formatDecimalParts } from './formatDecimal.js'; function exponent(x) { return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN; } export { exponent as e };