BoostGSoC20 / multiprecision

Boost.Multiprecision
0 stars 2 forks source link

Verify good performance for cached constant pi #9

Closed ckormanyos closed 4 years ago

ckormanyos commented 4 years ago

Verify good performance for cached constant pi in Boost.Math.Constants when using Multiprecision backends. Ensure that the sruare root functions have acceptable performance. Ensure numerical correctness. Test up to 10k digits or more.

ckormanyos commented 4 years ago

Is there possible synergy with AGM draft PR

ckormanyos commented 4 years ago

This cached constant can profit from the improvements in eval sqrt from #6