Ah, I missed that. Thanks for the clarification! On 21 May, 14:46, Fredrik Johansson <fredrik.johans...@gmail.com> wrote: > On Fri, May 21, 2010 at 3:26 PM, Bill Hart <goodwillh...@googlemail.com>wrote: > > > Oh my, I never noticed this! I'd been looking for mpfr_addmul in line > > with GMP!! I see it is slightly different in that it doesn't do a = a > > + b*c. > > > I can actually speed some code up with this!! > > > Bill. > > > Nice. Indeed, I specified the function incorrectly; it computes a*b+c, not > > a+b*c (a+b*c wouldbe more logical for a function named "addmul"). > > Fredrik > > -- > To post to this group, send an email to sage-devel@googlegroups.com > To unsubscribe from this group, send an email to > sage-devel+unsubscr...@googlegroups.com > For more options, visit this group athttp://groups.google.com/group/sage-devel > URL:http://www.sagemath.org
-- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org