adding power equation
This commit is contained in:
@@ -145,12 +145,7 @@ for (int j=i; j<n; ++j)
|
||||

|
||||
|
||||
- Computing integer powers is defined as:
|
||||
n
|
||||
p =
|
||||
(
|
||||
n · n
|
||||
p−1 p > 0
|
||||
1 p == 0
|
||||

|
||||
|
||||
These are both examples of recursive definitions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user