Hi all, it's me again :D
So I don't know if this is the right plase to do the kind of questions
I've been doing in the last couple of weeks, 'cos I didn't get an answer.
I have another question/suggestion I'm reading data, and some of the values
are NaN. Basically I'm writing those values but I'm not setting the NaN
explicitly.
When I read them I get a -2.93.... It is not Double.MIN and definetly not
Double.NAN.
So my first question is: how do I identify NAN Values?
Suggestion: return Double.NAN when NaN appears :D