math - Is std::log2() an extension or C++ standard? -
gcc (4.8.1) , clang (3.4) compile c++ program uses std::log2(x). standard compliant?
it included in <cmath> header since c++11.
you can find more information here: std::log2
gcc (4.8.1) , clang (3.4) compile c++ program uses std::log2(x). standard compliant?
it included in <cmath> header since c++11.
you can find more information here: std::log2
Comments
Post a Comment