Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> Tom Lane wrote:
>>> Considering that probably every modern platform has rint(), I doubt
>>> it's worth spending time on our stopgap version to try to make it
>>> fully IEEE-compliant ...
>
>> Except win32.
>
> Hasn't it got something equivalent? This is IEEE-required behavior
> I think.
Quite possibly - I haven't looked for it. I just added port/rint.c when
it was missing that one.
Something for the list of things to investigate, I guess...
//Magnus