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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!