MATLAB Application Program Interface Reference | Help Desk |
mexGetEps
Get the value ofeps
real*8 function mexGetEps()none
The value of MATLAB's
eps
variable.
The eps
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
function use eps
as a default tolerance.
mexGetInf
, mexGetNaN