Movement against float.init being nan

user1234 user1234 at 12.de
Wed Aug 24 20:07:27 UTC 2022


On Wednesday, 24 August 2022 at 18:15:53 UTC, ryuukk_ wrote:
> I want to point out that, just like with the GC, it is not the 
> panacea, if you have a NaN in your result, good luck finding 
> what is the root of the issue/bug in your program, or library.. 
> it is during moments like that that i still prefer it being 0 
> by default, so everyone is on the same page

In gdb you can use `select-frame` and inspect the value of locals 
of the **whole** call stack. Also just `bt` can help as that 
shows the call args values.




More information about the Digitalmars-d mailing list