Run Code
|
API
|
Code Wall
|
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
0
test C++ register
chakib
Fun with Pointers #2
Example
Test titlu
DESim Example with Hash Table
12/2
vector destruction - clang
Throttle Example in C++
Linker error while passing constexpr variable as const &