Re: 5.1 rc mod giving -0 (never just 0)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: 5.1 rc mod giving -0 (never just 0)
- From: D Burgess <dburgess@...>
- Date: 2006年1月23日 11:32:35 +1100
On 1/23/06, Rici Lake <lua@ricilake.net> wrote:
> In any event, if you compile lua (or at least lvm.c) with the option
> -mno-fused-madd, then you'll get 0 rather -0. (Or you could redefine
> luai_nummod in terms of fmod and copysign.)
>
Hi Rici,
It seems to me that this is important enough that it should be in
the lua manual.
DB