Closed amukh18 closed 4 years ago
Implement the pow function where pow(x,n) = x^n.
pow
pow(x,n)
NOTE: Do not use the inbuilt pow() function anywhere in your code.
pow()
Constraints:
N/A
In the Algorithms directory, create a directory named implement_pow and post your solution file in that directory.
Algorithms
implement_pow
I would like to take this issue.
Go ahead!
Description
Implement the
pow
function wherepow(x,n)
= x^n.NOTE: Do not use the inbuilt
pow()
function anywhere in your code.Constraints:
Details
Issue requirements / progress
Resources
N/A
Directory Structure
In the
Algorithms
directory, create a directory namedimplement_pow
and post your solution file in that directory.Note