numeric_limits::round_error

static T round_error() throw();

The function returns the maximum rounding error for the type.

See the related numeric_limits sample program.