n de x se expresa como xn y equivale x · x · ... · x · x n veces. x0 es 1. Los siguientes métodos en Java implementan diferentes formas del cálculo de la potencia de un número.(más)
x to the power n is expressed like xn and is x • x • ... • x • x n times. x0 is 1. The following methods in Java implements different ways to calculate the exponentiation of a number.(read more)
No comments:
Post a Comment