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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue