C Math Library Reference | ![]() ![]() |
Largest positive floating-point number
C Prototype
mxArray *mlfRealmax();
C Syntax
#include "matlab.h" mxArray *n = NULL; /* Return value */ mlfAssign(&n, mlfRealmax());
MATLAB Syntax
n = realmax
See Also
realmax
Calling Conventions![]() | mlfReal | mlfRealmin | ![]() |