Home
last modified time | relevance | path

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

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/libmp/
H A D__init__.py24 complex_int_pow, mpc_pow, mpc_pow_mpf, mpc_pow_int,
H A Dlibmpc.py249 return mpc_pow_int(z, (-1)**psign * (pman<<pexp), prec, rnd)
252 return mpc_pow_int(sqrtz, (-1)**psign * pman, prec, rnd)
255 def mpc_pow_int(z, n, prec, rnd=round_fast): function
274 if n < 0: return mpc_reciprocal(mpc_pow_int(z, -n, prec+4), prec, rnd)
H A Dgammazeta.py53 mpc_mul_int, mpc_pow_int,
801 t = mpc_pow_int(z, -m-1, wp)
804 zm = mpc_pow_int(z, -m, wp)
805 z2 = mpc_pow_int(z, -2, wp)
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dctx_mp_python.py20 mpc_mul_int, mpc_div, mpc_div_mpf, mpc_pow, mpc_pow_mpf, mpc_pow_int,
528 v._mpc_ = mpc_pow_int(s._mpc_, t, prec, rounding)
869 reval, imval = mpc_pow_int((reval,imval),2,prec+10)
H A Dctx_mp.py32 mpc_mul_int, mpc_div, mpc_div_mpf, mpc_pow, mpc_pow_mpf, mpc_pow_int,
/dports/math/py-Diofant/Diofant-0.13.0/diofant/core/
H A Devalf.py556 re, im = libmp.mpc_pow_int((re, im), p, prec)
/dports/math/py-sympy/sympy-1.9/sympy/core/
H A Devalf.py711 re, im = libmp.mpc_pow_int((re, im), p, prec)