+ 3
It there another way, to get x to the power of y, by Math.pow(x, y)
it there another way to get the function/result of Math.pow(x,y)?
2 odpowiedzi
+ 2
Not that I know of, other than repetative multiplication with a for-loop.
+ 2
okay
it there another way to get the function/result of Math.pow(x,y)?