Computer Science, asked by hs304675, 4 months ago

What is the function of Math.pow( ) ? Explain with example.​

Answers

Answered by Anonymous
0

Description. The Math. pow() function returns the base to the exponent power, that is, baseexponent , the base and the exponent are in decimal numeral system. Because pow() is a static method of Math , you always use it as Math.

Similar questions