Skip to content

Commit 4cb3eeb

Browse files
authored
Revert "Added math function power (#604)" (#608)
This reverts commit 88726b9.
1 parent 526c898 commit 4cb3eeb

File tree

3 files changed

+0
-89
lines changed

3 files changed

+0
-89
lines changed

DIRECTORY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@
249249
* [Palindrome](https://github.com/TheAlgorithms/C/blob/master/misc/palindrome.c)
250250
* [Pid](https://github.com/TheAlgorithms/C/blob/master/misc/pid.c)
251251
* [Poly Add](https://github.com/TheAlgorithms/C/blob/master/misc/poly_add.c)
252-
* [Power](https://github.com/TheAlgorithms/C/blob/master/misc/power.c)
253-
* [Power Recursion](https://github.com/TheAlgorithms/C/blob/master/misc/power_recursion.c)
254252
* [Prime](https://github.com/TheAlgorithms/C/blob/master/misc/prime.c)
255253
* [Prime Factoriziation](https://github.com/TheAlgorithms/C/blob/master/misc/prime_factoriziation.c)
256254
* [Quartile](https://github.com/TheAlgorithms/C/blob/master/misc/quartile.c)

misc/power.c

Lines changed: 0 additions & 47 deletions
This file was deleted.

misc/power_recursion.c

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)