Skip to content

Commit

Permalink
Revert "Added math function power (TheAlgorithms#604)" (TheAlgorithms…
Browse files Browse the repository at this point in the history
…#608)

This reverts commit 88726b9.
  • Loading branch information
kvedala authored Sep 24, 2020
1 parent 526c898 commit 4cb3eeb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 89 deletions.
2 changes: 0 additions & 2 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@
* [Palindrome](https://github.com/TheAlgorithms/C/blob/master/misc/palindrome.c)
* [Pid](https://github.com/TheAlgorithms/C/blob/master/misc/pid.c)
* [Poly Add](https://github.com/TheAlgorithms/C/blob/master/misc/poly_add.c)
* [Power](https://github.com/TheAlgorithms/C/blob/master/misc/power.c)
* [Power Recursion](https://github.com/TheAlgorithms/C/blob/master/misc/power_recursion.c)
* [Prime](https://github.com/TheAlgorithms/C/blob/master/misc/prime.c)
* [Prime Factoriziation](https://github.com/TheAlgorithms/C/blob/master/misc/prime_factoriziation.c)
* [Quartile](https://github.com/TheAlgorithms/C/blob/master/misc/quartile.c)
Expand Down
47 changes: 0 additions & 47 deletions misc/power.c

This file was deleted.

40 changes: 0 additions & 40 deletions misc/power_recursion.c

This file was deleted.

0 comments on commit 4cb3eeb

Please sign in to comment.