Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Borland C ++でNaNを使用して番号を初期化するにはどうすればよいですか?
複製:C ++でNaNを使用していますか?
あなたは見ることができますstd::numeric_limits<double>::quiet_NaN()。含める<limits>。
std::numeric_limits<double>::quiet_NaN()
<limits>