move image a little down

This commit is contained in:
Jidong Xiao
2023-09-19 23:16:35 -04:00
parent 5312773e4d
commit 4eccba0c7b

View File

@@ -145,9 +145,11 @@ for (int j=i; j<n; ++j)
![alt text](factorial_equation.png "factorial equation") ![alt text](factorial_equation.png "factorial equation")
- Computing integer powers is defined as: - Computing integer powers is defined as:
<div style="margin-top: 10px;">
![alt text](power_equation.png "power equation") ![alt text](power_equation.png "power equation")
</div>
These are both examples of recursive definitions These are both examples of recursive definitions.
## 7.11 Recursive C++ Functions ## 7.11 Recursive C++ Functions