| MATLAB Application Program Interface | Search  Help Desk |
| mexGetEps | See Also |
Fortran Syntax
real*8 function mexGetEps()
Arguments
noneReturns
The value of MATLAB'seps variable.
Description
Theeps variable holds the distance between 1.0 and the next largest floating-point number. It is a measure of floating-point accuracy. MATLAB's PINV and RANK functions use eps as a default tolerance.
See Also
mexGetInf, mexGetNaN