You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,7 +91,7 @@ cdef extern from "flint_wrap.h":
91
91
# Initializes *options* for use, setting all fields to 0 indicating
92
92
# default values.
93
93
94
-
int acb_calc_integrate_gl_auto_deg(acb_t res, long* num_eval, acb_calc_func_t func, void* param, const acb_t a, const acb_t b, const mag_t tol, long deg_limit, int flags, long prec)
94
+
int acb_calc_integrate_gl_auto_deg(acb_t res, slong* num_eval, acb_calc_func_t func, void* param, const acb_t a, const acb_t b, const mag_t tol, slong deg_limit, int flags, slong prec)
95
95
# Attempts to compute `I = \int_a^b f(t) dt` using a single application
96
96
# of Gauss-Legendre quadrature with automatic determination of the
97
97
# quadrature degree so that the error is smaller than *tol*.
@@ -119,7 +119,7 @@ cdef extern from "flint_wrap.h":
119
119
# since this either means that we have hit a singularity or a branch cut or
120
120
# that overestimation in the evaluation of `f` is becoming too severe.
121
121
122
-
void acb_calc_cauchy_bound(arb_t bound, acb_calc_func_t func, void* param, const acb_t x, const arb_t radius, long maxdepth, long prec)
0 commit comments