Home
last modified time | relevance | path

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

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A D__init__.py23 from . import ctx_mp as _ctx_mp unknown
24 _ctx_mp._mpf_module.mpf = mp.mpf
25 _ctx_mp._mpf_module.mpc = mp.mpc