example:
Math.pow(9, 2) 9**2 = 9*9 = 81;
Math.pow(9, 3) 9**3 = 9*9*9 = 729;
Math.pow(9, 0.5) 9**0.5 = ?
help me with this.
I have a problem with the calculation.
New contributor
Miraziz Tursunqulov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1