#include <iostream>#include <cmath>int main () { double log2_48_ones = log2(0xFFFFFFFFFFFF); std::cout << log2_48_ones << '\n'; }
Standard input is empty
48
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!