I’ve been trying to write a simple function in Java that can calculate a number to the nth power without using loops. I then found the Math.pow(a, b) class… or method still can’t distinguish the two am not so good with theory. So i wrote this.. Then i wanted to make my own Math.pow without using loops i wanted it