MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-265894.py

File recipe-265894.py

recipes/Python/265894_Floating_Point_Simulator/recipe-265894.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1prec = 8 # number of decimal digits (must be under 15)
2
3class F:
4 def __init__(self, value, full=None):

Callers

nothing calls this directly

Calls 5

xrangeClass · 0.85
FClass · 0.70
fFunction · 0.50
randomMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected