f(a, b) = f((^2) . a, b/2) if b is even
f(a, b) = f(a . (^2) . a, (b-1)/2) if b is odd

아무튼 꼬리재귀임


- dc official App