MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / formatInt

Function formatInt

examples/sampling/main.ts:11–11  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

9};
10
11const formatInt = (n: number): string => new Intl.NumberFormat(undefined).format(Math.max(0, Math.floor(n)));
12
13const setText = (id: string, text: string): void => {
14 const el = document.getElementById(id);

Callers 3

updateReadoutsFunction · 0.70
mainFunction · 0.50
updateStatsDomFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected