No.40185
Pozbeard
(YOLO)
No.40188
You need as many iterations as is the value of power
No.40189
>>40188So a for loop ends after not at?
Rated: 9/10 No.40190
>>40189^0: result = result and that is unity^1: result = result * base^2: result = result * base * base…
No.40199
because you start counting at 0