C++ pow 2, 24

#include <math.h>

float number = pow(2.f, 24.f);

Result:

1 Like

Privacy & Terms