mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
Corrected arguments of arb_get_interval_arf in documentation
replaced mpfr_t by arf_t (twice).
This commit is contained in:
parent
eeae809300
commit
c2c0b8338c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue