double exp2 (double x); float exp2f (float x);long double exp2l (long double x);
double exp2 (double x); float exp2 (float x);long double exp2 (long double x); double exp2 (T x); // additional overloads for integral types
2
的 x 次幂:2x
。2
的 x 次幂。
|
|
2 ^ 8.000000 is 256.000000. |