Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ infinity
Function
infinity
Modules/_decimal/tests/randdec.py:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
return
''
.join((indicator(), sign(), expdigits(maxexp)))
88
89
def
infinity():
90
if
randrange(2):
return
'Infinity'
91
return
'Inf'
92
93
def
nan():
94
d =
''
Callers
1
numeric_value
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…