I know what Java Double.NaN
is. I have some Java code that produces NaN
.
// calculate errors
delta = m1 + m2 - M;
eta = f1 + f2
NaN
is triggered by the following occurrences:
Sorry for such a general answer, but I hope that helped.