C ++ version isnormal ()
5 answers
There is no such function in stl. You can check it in the link: cppreference
FunctionalityC was posted in C ++, and the API - through headers without the "* .h" postfix and with the "c" prefix Example
<cstdlib>
But I'm sure you know about it.
If you're looking for something similar, you'll probably find many similar C functions in the amazing boost library . Most of the classes will be introduced in the new C ++ standard, so it's worth exploring.
+2
source to share