static T signaling_NaN() throw();
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.
has_signaling_NaN
See the related numeric_limits sample program.