mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
mpfr_set_si_2exp -> mpfr_set_sj_2exp.
This commit is contained in:
parent
75d3be4cd1
commit
81d2ec0c2c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ fmpr_get_mpfr(mpfr_t x, const fmpr_t y, mpfr_rnd_t rnd)
|
|||
else
|
||||
{
|
||||
if (!COEFF_IS_MPZ(*fmpr_manref(y)))
|
||||
r = mpfr_set_si_2exp(x, *fmpr_manref(y), *fmpr_expref(y), rnd);
|
||||
r = mpfr_set_sj_2exp(x, *fmpr_manref(y), *fmpr_expref(y), rnd);
|
||||
else
|
||||
r = mpfr_set_z_2exp(x, COEFF_TO_PTR(*fmpr_manref(y)), *fmpr_expref(y), rnd);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue