Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ fmtN
Function
fmtN
deps/v8/tools/avg.py:79–80 ·
view source on GitHub ↗
(num, width=0)
Source
from the content-addressed store, hash-verified
77
78
79
def
fmtN(num, width=0):
80
return
"{0:>{1},.2f}"
.format(num, width)
81
82
83
def
fmt(num):
Callers
1
status
Method · 0.85
Calls
1
format
Method · 0.65
Tested by
no test coverage detected