Question
Usage of NaN in calculations
Every function, which is called with an argument of NaN should deliver NaN as a result !
Some functions deliver odd values such as log, ln, or ln0. Very problematic are the functions min and max which deliver min(NaN)=0 and max(NaN)=0. This can lead to incorrect results, as it was the case in our calculations. This error occured with Prime 8.


