MCPcopy Create free account
hub / github.com/Modulus-Labs/RockyBot / decimalRound

Function decimalRound

front-end/src/sample_data.ts:100–102  ·  view source on GitHub ↗
(d: number)

Source from the content-addressed store, hash-verified

98]
99
100function decimalRound(d: number): number {
101 return Math.round(d * 100) / 100.0;
102}
103
104let data05 = [];
105let curUsdcTotal = 500.00;

Callers 1

sample_data.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected