MSUStudentWork/BitwiseOperations/1Ex/pow.h

6 lines
81 B
C

#ifndef POW
#define POW
double bitwisePow(double number, int exponent);
#endif