Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 98 Bytes

File metadata and controls

6 lines (4 loc) · 98 Bytes

1.2.5

b^n = (b^(b/2))^2 if n is even should be: b^n = (b^(n/2))^2 if n is even