C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray nan();
C++ Syntax
#include "matlab.hpp"
mwArray R; // Return value
R = nan();
MATLAB Syntax
NaN
See Also
NaN
Calling ConventionsDescription
NaN
returns the IEEE arithmetic representation for Not-a-Number (NaN
). These result from operations which have undefined numerical results.
![]() | mu2lin | nargchk | ![]() |