Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在徘徊,这是初始化双精度的最佳做法。将其初始化为 0.0 还是 NaN 更好?为什么?
我想说最好的做法就是初始化你的变量。你选择的值取决于你在做什么:如果你想检查你的变量的初始化,你选择一个在你的算法中不会发生(或唯一)的值(可以是 Nan, 0., -1., . ..)。