Home
last modified time | relevance | path

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

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/libmp/
H A D__init__.py26 mpc_tan, mpc_cos_pi, mpc_sin_pi, mpc_cosh, mpc_sinh, mpc_tanh,
H A Dlibmpc.py504 def mpc_cos_pi(z, prec, rnd=round_fast): function
787 v = mpc_cos_pi(z, wp)
H A Dgammazeta.py55 mpc_cos_pi, mpc_sin_pi,
729 c = mpc_cos_pi(z, wp)
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dctx_mp.py149 ctx.cospi = ctx._wrap_libmp_function(libmp.mpf_cos_pi, libmp.mpc_cos_pi)