You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expression b^x denotes the number b raised to the power of x. If x is a positive integer, then this is just the value of b multiplied by itself x-1 times:
Shouldn't it be x times instead of x-1? It even shows so in the accompanying picture:
The text was updated successfully, but these errors were encountered:
In section 1.3.1 (pseudocode edition):
Shouldn't it be x times instead of x-1? It even shows so in the accompanying picture:
The text was updated successfully, but these errors were encountered: