@ -20,6 +20,10 @@ public class Taschenrechner {
int temp = 1;
if(b == 0) {
return 1;
}
for(int i = 0; i < b; i++) {
temp = temp * a;