Home
last modified time | relevance | path

Searched refs:negated_NaN (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/example/
Dnonfinite_facet_simple.cpp87 double negated_NaN = (boost::math::changesign)(std::numeric_limits<double>::quiet_NaN ()); in main() local
100 cout << "negated NaN " << negated_NaN << endl; // "-1.IND" or "-nan". in main()
118 cout << "negated NaN " << negated_NaN << endl; // Expect "-nan". in main()