Junior
27
0
questionbank

Как можно проверить, что нет исключений при работе с типом double?

Answer from sobes.tech neural network

Можно использовать std::isfinite, std::isinf и std::isnan из <cmath>.

c

Можно использовать std::isfinite, std::isinf и std::isnan из <cmath>.

c

Register or sign in to get access to full answers for all questions from the question bank.

exception-handlingfloating-pointtry-catchdata-validationnumeric-types