static T round_error() throw();
static T
round_error
() throw();
The function returns the maximum rounding error for the type.
See the related numeric_limits sample program.