On Sun, 16 Jun 2019 11:04:39 +0200
Markus Wichmann wrote:
> On Sat, Jun 15, 2019 at 09:28:05PM +0200, Mattias Andrée wrote:
> > `long double` is able to exactly represent all values exactly
> > representable in `uint64_t`, `int64_t` and `double` (big float
> > can be used for other languages).
On Sat, Jun 15, 2019 at 09:28:05PM +0200, Mattias Andrée wrote:
> `long double` is able to exactly represent all values exactly
> representable in `uint64_t`, `int64_t` and `double` (big float
> can be used for other languages).
Not guaranteed. What exactly a long double is, is different for each