Home
last modified time | relevance | path

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

/dports/math/arb/arb-2.21.1/arf/test/
H A Dt-root.c76 r1 = arf_root(z, x, k, prec, rnd); in main()
92 r1 = arf_root(x, x, k, prec, rnd); in main()
/dports/math/arb/arb-2.21.1/arf/
H A Droot.c15 arf_root(arf_ptr z, arf_srcptr x, ulong k, slong prec, arf_rnd_t rnd) in arf_root() function
/dports/math/arb/arb-2.21.1/arb/
H A Droot_ui.c17 int inexact = arf_root(arb_midref(z), x, k, prec, ARB_RND); in arb_root_arf()
/dports/math/arb/arb-2.21.1/hypgeom/
H A Dbound.c29 arf_root(t, t, r, MAG_BITS, ARF_RND_UP); in hypgeom_root_bound()
/dports/math/arb/arb-2.21.1/
H A Darf.h1159 int arf_root(arf_t z, const arf_t x, ulong k, slong prec, arf_rnd_t rnd);
/dports/math/arb/arb-2.21.1/doc/source/
H A Darf.rst684 .. function:: int arf_root(arf_t res, const arf_t x, ulong k, slong prec, arf_rnd_t rnd)
H A Dhistory.rst835 * Added arf_root and improved speed of arb_root.
H A Darb.rst969 it evaluates `\exp(\log(x)/k)`. For small *k*, it uses :func:`arf_root`