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) => +inf.0+nan.0i > etc. > > This is on Linux x86_64, compiled with gcc using musl libc. CHICKEN 6 > 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
