On Wed, 31 Jul 2019, Jonathan Wakely wrote:

The values of the constants are taken from Glibc where the equivalent
constant exists, or by rounding the actual constant to the same number
of digits as the Glibc constants have.

How does it behave with __float128? I think that with -std=gnu++2a, it counts as a floating point type, but the constant first becomes a long double and thus loses precision.

--
Marc Glisse

Reply via email to