6 lines
81 B
C
6 lines
81 B
C
#ifndef POW
|
|
#define POW
|
|
|
|
double bitwisePow(double number, int exponent);
|
|
|
|
#endif
|