images to svg
This commit is contained in:
parent
c59069cdb5
commit
63dc4cddd4
28 changed files with 141 additions and 5 deletions
|
@ -70,7 +70,7 @@ pow(x, n) =
|
|||
|
||||
We can also say that `pow` *recursively calls itself* till `n == 1`.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
For example, to calculate `pow(2, 4)` the recursive variant does these steps:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
BIN
1-js/06-advanced-functions/01-recursion/recursion-pow.svg
Normal file
BIN
1-js/06-advanced-functions/01-recursion/recursion-pow.svg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 44 KiB |
Loading…
Add table
Add a link
Reference in a new issue