Value of NaN (Not-a-Number)
#include "matrix.h" double mxGetNaN(void);
real*8 mxGetNaN
Value of NaN
(Not-a-Number) on your system
Call mxGetNaN
to return the value of NaN
for
your system. NaN
is the IEEE® arithmetic representation for Not-a-Number. Certain mathematical
operations return NaN
as a result, for example,
0.0/0.0
Inf-Inf
Your system specifies the value of Not-a-Number. You cannot modify it.