Computer Science, asked by mozammil26, 1 year ago

........... Is used to give power of the given number​

Answers

Answered by dheeraj2476
0

square or multiplication

may be used

Answered by mindfulmaisel
0

Answer:

Pow () function is used to give power of given number.

Explanation:

In programming languages like C, CPP, Python, Pow () function is used for getting power for a given numbers. Usually, the programs used for calculating power needs two integers from users i.e., an exponent and the base. Using these base and exponent values, power has been calculated.  

For example $3^{2}$. Here 3 is the base number, 2 is the exponent number. In Java, the java.lang.Math.pow () is used for getting power. This function accepts the value of first parameter as base and second as exponent.

Similar questions