Question: mplement the Math.pow() function. Create a function called power(). It will take two integers, and returns the value of first parameter raised to the second
mplement the Math.pow() function.
Create a function called power(). It will take two integers, and returns the value of first parameter raised to the second parameter.
There are some special cases as listed below:
If the second parameter is positive or negative zero then the result will be 1.0.
If the second parameter is 1.0 then the result will be same as that of the first parameter.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
