MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mexGetEps    See Also

Get the value of eps

Fortran Syntax

Arguments

none
  

Returns

The value of MATLAB's eps variable.

Description

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.

See Also

mexGetInf, mexGetNaN



[ Previous | Help Desk | Next ]