What is the function of Math.pow( ) ? Explain with example.
Answers
Answered by
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