MCPcopy 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
89def infinity():
90 if randrange(2): return 'Infinity'
91 return 'Inf'
92
93def nan():
94 d = ''

Callers 1

numeric_valueFunction · 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…