Home
last modified time | relevance | path

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

/dports/math/arb/arb-2.21.1/arb_hypgeom/test/
H A Dt-airy_zero.c38 arb_hypgeom_airy_zero(a, ap, b, bp, n, 53); in main()
40 arb_hypgeom_airy_zero(NULL, ap1, NULL, NULL, n, 53); in main()
58 arb_hypgeom_airy_zero(a, ap, b, bp, n, 53); in main()
60 arb_hypgeom_airy_zero(NULL, ap1, NULL, NULL, n, 53); in main()
107 arb_hypgeom_airy_zero(x1, NULL, NULL, NULL, n, prec1); in main()
108 arb_hypgeom_airy_zero(x2, NULL, NULL, NULL, n, prec2); in main()
114 arb_hypgeom_airy_zero(NULL, x1, NULL, NULL, n, prec1); in main()
115 arb_hypgeom_airy_zero(NULL, x2, NULL, NULL, n, prec2); in main()
121 arb_hypgeom_airy_zero(NULL, NULL, x1, NULL, n, prec1); in main()
122 arb_hypgeom_airy_zero(NULL, NULL, x2, NULL, n, prec2); in main()
[all …]
/dports/math/arb/arb-2.21.1/arb_hypgeom/
H A Dairy_zero.c259 arb_hypgeom_airy_zero(arb_t ai, arb_t aip, arb_t bi, arb_t bip, const fmpz_t n, slong prec) in arb_hypgeom_airy_zero() function
/dports/math/arb/arb-2.21.1/arb_fpwrap/
H A Dfpwrap.c1441 arb_hypgeom_airy_zero(arb_res, NULL, NULL, NULL, t, wp); in _arb_fpwrap_double_airy_zero()
1443 arb_hypgeom_airy_zero(NULL, arb_res, NULL, NULL, t, wp); in _arb_fpwrap_double_airy_zero()
1445 arb_hypgeom_airy_zero(NULL, NULL, arb_res, NULL, t, wp); in _arb_fpwrap_double_airy_zero()
1447 arb_hypgeom_airy_zero(NULL, NULL, NULL, arb_res, t, wp); in _arb_fpwrap_double_airy_zero()
/dports/math/arb/arb-2.21.1/
H A Darb_hypgeom.h132 void arb_hypgeom_airy_zero(arb_t ai, arb_t aip, arb_t bi, arb_t bip, const fmpz_t n, slong prec);
/dports/math/arb/arb-2.21.1/doc/source/
H A Darb_hypgeom.rst423 .. function:: void arb_hypgeom_airy_zero(arb_t a, arb_t a_prime, arb_t b, arb_t b_prime, const fmpz…
H A Dhistory.rst238 * Added arb_hypgeom_airy_zero for computing zeros of Airy functions.