MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / floor

Function floor

Python/Calculator.py:36–38  ·  view source on GitHub ↗
(num1, num2)

Source from the content-addressed store, hash-verified

34# Function to return the nearest quotient of the division operation
35
36def floor(num1, num2):
37
38 return num1 // num 2
39
40
41print("Please select operation -\n" \

Callers 2

is_integerMethod · 0.85
Calculator.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected