Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ Divide Operator.py
File
Divide Operator.py
Divide Operator.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
DivisionOperation:
2
INT_MAX = float(
"inf"
)
3
4
def
__init__(self, num1, num2):
Callers
nothing calls this directly
Calls
2
DivisionOperation
Class · 0.85
perform_division
Method · 0.80
Tested by
no test coverage detected