Home
last modified time | relevance | path

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

/dports/math/arb/arb-2.21.1/acb_mat/
H A Deq.c25 if (!acb_eq(acb_mat_entry(mat1, i, j), in acb_mat_eq()
/dports/math/arb/arb-2.21.1/acb_hypgeom/
H A D2f1.c68 if (regularized && acb_eq(a, c)) in acb_hypgeom_2f1()
74 if (regularized && acb_eq(b, c)) in acb_hypgeom_2f1()
H A Ddilog_continuation.c101 if (acb_eq(a, z)) in acb_hypgeom_dilog_continuation()
/dports/math/arb/arb-2.21.1/acb_elliptic/
H A Drj.c247 rd = (z == p) || acb_eq(z, p); in acb_elliptic_rj_carlson()
511 res = acb_eq(x, t); in acb_eq_conj()
774 if (x == p || acb_eq(x, p)) in acb_elliptic_rj()
780 if (y == p || acb_eq(y, p)) in acb_elliptic_rj()
786 if (z == p || acb_eq(z, p)) in acb_elliptic_rj()
/dports/math/arb/arb-2.21.1/
H A Dacb.h170 acb_eq(const acb_t x, const acb_t y) in acb_eq() function
/dports/math/arb/arb-2.21.1/doc/source/
H A Dacb.rst256 .. function:: int acb_eq(const acb_t x, const acb_t y)
H A Dhistory.rst869 * Added comparison methods arb_eq, arb_ne, arb_lt, arb_le, arb_gt, arb_ge, acb_eq, acb_ne.