numeric_limits::denorm_min

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).

See the related numeric_limits sample program.