Re: Signed imaginary zero

Felix Winkelmann via Chicken-users <[email protected]> Tue, 14 Jul 2026 21:21:49 +0200
Newsgroups gmane.lisp.scheme.chicken
Message-ID <[email protected]>
On Mon Jul 13, 2026 at 5:27 PM CEST, Peter McGoron via Chicken-users wrote:
> I have another complex number bug(?):
>
>      (* 1.0 +inf.0+1.0i) =3D> +inf.0+nan.0i
> etc.
>
> This is on Linux x86_64, compiled with gcc using musl libc. CHICKEN 6=20
> rev. 5b1982d8
>

This requires quote some changes in the way mixed complex
arithmetic is handled (thanks for the info given on IRC, BTW).

This will be addressed, but I can't say when, as it is quite
a bit of work and currently there are other pressing issues
to solve.


cheers,
felix