| MATLAB Function Reference | Search  Help Desk |
| eps | See Also |
Floating-point relative accuracy
Syntax
eps
Description
eps
returns the distance from 1.0 to the next largest floating-point number.
The value eps is a default tolerance for pinv and rank, as well as several other MATLAB functions. On machines with IEEE floating-point arithmetic, eps = 2^(-52), which is roughly 2.22e-16.
See Also
realmax, realmin