numeric_limits::has_denorm

static const bool has_denorm = false;

The member stores true for a floating-point type that has denormalized values (effectively a variable number of exponent bits).

See the related numeric_limits sample program.