MCPcopy 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
79def fmtN(num, width=0):
80 return "{0:>{1},.2f}".format(num, width)
81
82
83def fmt(num):

Callers 1

statusMethod · 0.85

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected