Hello,

* Jeronimo Pellegrini [Wed, Apr 21, 2010 at 01:50:30PM -0300]:
> The info documentation for mpfi says that the arguments for
> mpfi_is_inside_d and similar ones are:
> 
>  -- Function: int mpfi_is_inside_d (mpfi_t OP1, double OP2)
>  -- Function: int mpfi_is_inside_ui (mpfi_t OP1, unsigned long int OP2)
>  -- Function: int mpfi_is_inside_si (mpfi_t OP1, long int OP2)
>  -- Function: int mpfi_is_inside_z (mpfi_t OP1, mpz_t OP2)
>  -- Function: int mpfi_is_inside_q (mpfi_t OP1, mpq_t OP2)
>  -- Function: int mpfi_is_inside_fr (mpfi_t OP1, mpfr_t OP2)
> 
> (This is at Interval Functions -> Interval Comparison)
> 
> But in lines 310-316 of mpfi.h I see:
> 
> int   mpfi_is_inside_d          (const double, mpfi_srcptr);
> int   mpfi_is_inside_ui         (const unsigned long, mpfi_srcptr);
> int   mpfi_is_inside_si         (const long, mpfi_srcptr);
> int   mpfi_is_inside_z          (mpz_srcptr,mpfi_srcptr);
> int   mpfi_is_inside_q          (mpq_srcptr,mpfi_srcptr);
> int   mpfi_is_inside_fr     (mpfr_srcptr,mpfi_srcptr);
> 
> Perhaps the upstream authors changed the argument order but forgot
> to change the texinfo file?

Thank you for your report. I have forwarded the problem upstream.

Regards,

Laurent.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to