Re: Signed imaginary zero
Peter McGoron via Chicken-users <[email protected]> Tue, 14 Jul 2026 17:27:55 -0400
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
I have tweaked my code on the latest commit for CHICKEN 6 and the signed imaginary zero works now. I can work around the complex arithmetic rules by writing my own procedures. Thank you for your effort. I understand that this is a niche thing so I all the more appreciative that you responded to it quickly :) -- Peter McGoron On 7/14/26 15:21, Felix Winkelmann wrote: > 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.