Сделал 1е Задание по Битовым операциям
This commit is contained in:
parent
baa0509a01
commit
060d43dbcf
4 changed files with 51 additions and 0 deletions
6
BitwiseOperations/1Ex/pow.h
Normal file
6
BitwiseOperations/1Ex/pow.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef POW
|
||||
#define POW
|
||||
|
||||
double bitwisePow(double number, int exponent);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue