Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
isnan_constexpr
#include <iostream> #include <cmath> #include <iomanip> int main() { constexpr bool nan = std::isnan(300.0); std::cout << std::boolalpha << nan; }
run
|
edit
|
history
|
help
-1
555
by MmzHrrdb, 3 months ago
Please
log in
to post a comment.
Linker error while taking the address of a constexpr variable
C++17 function traits not works
list iota cout
C++ standard
appliWall
Access to temporary object
Linear search
UTF-8 in C++11
Virtual Function Example
Uno v2
555
by MmzHrrdb, 3 months agoPlease log in to post a comment.