AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.51k stars 520 forks source link

Create pot.c #189

Closed yandrade1305 closed 3 years ago

yandrade1305 commented 3 years ago

Added C calculator for Potentiation using recursion (includes negative numbers and undefined) :D

This pull request is: Create pot.c