Searched refs:negated_NaN (Results 1 – 1 of 1) sorted by relevance
87 double negated_NaN = (boost::math::changesign)(std::numeric_limits<double>::quiet_NaN ()); in main() local100 cout << "negated NaN " << negated_NaN << endl; // "-1.IND" or "-nan". in main()118 cout << "negated NaN " << negated_NaN << endl; // Expect "-nan". in main()