MCPcopy Create free account
hub / github.com/DFin/Neural-Network-Visualisation / formatNumber

Method formatNumber

assets/main.js:1481–1484  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1479 }
1480
1481 formatNumber(value) {
1482 if (!Number.isFinite(value)) return "—";
1483 return this.numberFormatter.format(Math.round(value));
1484 }
1485
1486 buildMetric(label, value) {
1487 const wrapper = document.createElement("span");

Callers 3

buildMetricMethod · 0.95
buildSummaryLineMethod · 0.95
updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected