Monday, August 3, 2009

eps

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. eps = 2^(-52), which is roughly 2.22e-16.

No comments:

Post a Comment