Home
last modified time | relevance | path

Searched refs:_dlog10 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py3204 coeff = _dlog10(c, e, places)
5614 def _dlog10(c, e, p): function