Charles Greathouse on Wed, 25 Apr 2018 16:32:35 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Comparison of multiple-precision floating-point software


Thank you for the comparison!

The trig functions are unfortunately quadratic IIRC, and so they don't scale to high precision.

I would kill to have Arb's low-precision times for the non-basic functions, that's quite impressive. Hats off to Fredrik.

Charles Greathouse
Case Western Reserve University

On Wed, Apr 25, 2018 at 5:25 AM, paul zimmermann <Paul.Zimmermann@inria.fr> wrote:
       Dear Pari developers,

I have updated my comparison of multiple-precision floating-point software:

https://members.loria.fr/PZimmermann/timings.html

Pari is within a factor of 2 of MPFR for basic arithmetic, except for the
square root, mul/sqr at 1000d, sqr/div at 10000d.

Your feedback is welcome.

Paul