Corrected arguments of arb_get_interval_arf in documentation

replaced mpfr_t by arf_t (twice).
This commit is contained in:
cheuberg 2014-10-22 20:01:54 +02:00
parent eeae809300
commit c2c0b8338c

View file

@ -243,7 +243,7 @@ Radius and interval operations
Sets *x* to a ball containing the interval `[a, b]`. We
require that `a \le b`.
.. function:: void arb_get_interval_arf(mpfr_t a, mpfr_t b, const arb_t x, long prec)
.. function:: void arb_get_interval_arf(arf_t a, arf_t b, const arb_t x, long prec)
.. function:: void arb_get_interval_mpfr(mpfr_t a, mpfr_t b, const arb_t x)