images to svg

This commit is contained in:
Ilya Kantor 2019-07-27 15:55:44 +03:00
parent c59069cdb5
commit 63dc4cddd4
28 changed files with 141 additions and 5 deletions

View file

@ -70,7 +70,7 @@ pow(x, n) =
We can also say that `pow` *recursively calls itself* till `n == 1`.
![recursive diagram of pow](recursion-pow.png)
![recursive diagram of pow](recursion-pow.svg)
For example, to calculate `pow(2, 4)` the recursive variant does these steps:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB