numeric_limits::signaling_NaN

static T signaling_NaN() throw();

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

See the related numeric_limits sample program.