UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

8 lines (5 loc) 164 B
import { e as exponent } from './exponent.js'; function precisionFixed(step) { return Math.max(0, -exponent(Math.abs(step))); } export { precisionFixed as p };