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

Method _divide

Lib/decimal.py:1352–1383  ·  view source on GitHub ↗

Return (self // other, self % other), to context.prec precision. Assumes that neither self nor other is a NaN, that self is not infinite and that other is nonzero.

(self, other, context)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__divmod__Method · 0.95
__mod__Method · 0.95
__floordiv__Method · 0.95

Calls 8

adjustedMethod · 0.95
_rescaleMethod · 0.95
_dec_from_tripleFunction · 0.85
_WorkRepClass · 0.85
divmodFunction · 0.85
strFunction · 0.85
_isinfinityMethod · 0.80
_raise_errorMethod · 0.80

Tested by

no test coverage detected