Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
function
decimalRound(d: number): number {
101
return
Math.round(d * 100) / 100.0;
102
}
103
104
let
data05 = [];
105
let
curUsdcTotal = 500.00;
Callers
1
sample_data.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected