static T denorm_min() throw();
static T
denorm_min
() throw();
The function returns the minimum value for the type (which is the same as min() if has_denorm is false).
min
has_denorm
See the related numeric_limits sample program.