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

Function _dlog10

Lib/decimal.py:5594–5626  ·  view source on GitHub ↗

Given integers c, e and p with c > 0, p >= 0, compute an integer approximation to 10**p * log10(c*10**e), with an absolute error of at most 1. Assumes that c*10**e is not exactly 1.

(c, e, p)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

log10Method · 0.85

Calls 3

strFunction · 0.85
_div_nearestFunction · 0.85
_ilogFunction · 0.85

Tested by

no test coverage detected