numeric_limits::quiet_NaN

static T quiet_NaN() throw();

The function returns a representation of a quiet NaN for the type. The return value is meaningful only if has_quiet_NaN is true.

See the related numeric_limits sample program.