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


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -