VA00 / Generalized-Fermi-Dirac-integrals

Provide reliable, accurate down to several ULP's and fast numerical framework to compute generalized Fermi-Dirac integrals aiming at full floating-point parameter coverage, generality, precision control and speed.
MIT License
0 stars 0 forks source link

Arb ball-arithmetic integrator fail for eta>63 #8

Closed VA00 closed 2 years ago

VA00 commented 2 years ago

Problem has been identified, and is due to use of slong 64-bit signed integer as upper integration limit. It should be replaced with appropriate arb_t number.

VA00 commented 2 years ago

Fixed.