vault backup: 2023-10-19 21:39:11

This commit is contained in:
2023-10-19 21:39:11 +02:00
parent 655b4664bb
commit 3244da3342
2 changed files with 6 additions and 6 deletions

View File

@ -65,7 +65,7 @@ A[ctd 3] --> B[ctd 2] --> C[ctd 1] --> D[ctd 0] --> E[ctd -1] --> F[ ] --> E -->
> ctd is countdown
## 5.3. Several recursive calls
A function that have several recursive calls is defind like this
A function that have several recursive calls is defined like this
$$
Fn = {1 -> \text{if } n\eqslantless{1} \brace{Fn+1+Fn+2} }
$$