Re: -0.0 on gauche; max-int
Bradley Lucier 14 Feb 2024 02:39 UTC
On 2/13/24 9:31 PM, Arthur A. Gleckler wrote:
> On Tue, Feb 13, 2024 at 6:06 PM Bradley Lucier <xxxxxx@purdue.edu
> <mailto:xxxxxx@purdue.edu>> wrote:
>
> Does gauche not have -0.0?
>
>
> It appears to have it:
Thanks, then it should be added to this list for gauche (or just get rid
of the cond-expand here):
;; Inexact (integers and non-integers)
(cond-expand (gauche '(0.0 0.5 -0.5 1.0 -1.0))
(else '(0.0 -0.0 0.5 -0.5 1.0 -1.0)))