UNPKG

shown

Version:

Statically-generated, responsive charts, without the need for client-side Javascript.

6 lines (3 loc) 146 B
import { floor, abs, log10 } from "./math.js" export const EPSILON = Number.EPSILON export const DEFAULT_PRECISION = floor(abs(log10(EPSILON)))