MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / gcd

Function gcd

Lib/fractions.py:18–26  ·  view source on GitHub ↗

Calculate the Greatest Common Divisor of a and b. Unless b==0, the result will have the same sign as b (so that when b is divided by it, the result comes out positive).

(a, b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__new__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected