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